summaryrefslogtreecommitdiff
path: root/community/checkinstall/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-23 03:27:46 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-23 03:27:46 +0000
commit0459e6459ee534bf22ab8a5381cd485e6035e9e2 (patch)
tree605a15ed18dc37695caaeb02271fdd06320a00f3 /community/checkinstall/PKGBUILD
parentd4b7ceefdfb9c828799749419e8f8f7a36c2d7b8 (diff)
Wed Apr 23 03:24:08 UTC 2014
Diffstat (limited to 'community/checkinstall/PKGBUILD')
-rw-r--r--community/checkinstall/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/checkinstall/PKGBUILD b/community/checkinstall/PKGBUILD
deleted file mode 100644
index 31f879e1c..000000000
--- a/community/checkinstall/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 91846 2013-05-28 17:24:53Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=checkinstall
-pkgver=1.6.2
-pkgrel=3
-pkgdesc="spy for 'make install' and build rpm or deb"
-arch=('i686' 'x86_64')
-url="http://asic-linux.com.mx/~izto/checkinstall/"
-license=('GPL')
-backup=(etc/checkinstall/checkinstallrc)
-source=(http://asic-linux.com.mx/~izto/checkinstall/files/source/$pkgname-$pkgver.tar.gz
- build-fix.patch)
-md5sums=('d7b43c92001e68243a93bcce8b1e5480'
- 'eac0c843781c300e7bc15c55be262e51')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- patch -Np1 <../build-fix.patch
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
-}