# $Id: PKGBUILD 8080 2010-01-15 14:41:36Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=checkinstall pkgver=1.6.2 pkgrel=1 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' '7ccbcc7a9ca208d04e7654ade4eb872d') build() { cd $startdir/src/$pkgname-$pkgver patch -Np1 <../build-fix.patch make || return 1 make DESTDIR=$startdir/pkg install || return 1 }