summaryrefslogtreecommitdiff
path: root/community/checkinstall/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/checkinstall/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/checkinstall/PKGBUILD')
-rw-r--r--community/checkinstall/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/checkinstall/PKGBUILD b/community/checkinstall/PKGBUILD
index c0ed0cbbc..6cf08ad70 100644
--- a/community/checkinstall/PKGBUILD
+++ b/community/checkinstall/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65086 2012-02-20 03:34:38Z spupykin $
+# $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=2.1
+pkgrel=3
pkgdesc="spy for 'make install' and build rpm or deb"
arch=('i686' 'x86_64' 'mips64el')
url="http://asic-linux.com.mx/~izto/checkinstall/"
@@ -13,11 +13,15 @@ backup=(etc/checkinstall/checkinstallrc)
source=(http://asic-linux.com.mx/~izto/checkinstall/files/source/$pkgname-$pkgver.tar.gz
build-fix.patch)
md5sums=('d7b43c92001e68243a93bcce8b1e5480'
- '5c68cb7e29cf6da4b845ce57fb5ea080')
+ 'eac0c843781c300e7bc15c55be262e51')
build() {
cd $srcdir/$pkgname-$pkgver
patch -Np1 <../build-fix.patch
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}