summaryrefslogtreecommitdiff
path: root/community/checkinstall/PKGBUILD
blob: d983ef86ccf0bf5ab0f75c8c77ebe297fe477104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: PKGBUILD 8093 2010-01-15 15:57:57Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>

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'
         '5c68cb7e29cf6da4b845ce57fb5ea080')

build() {
  cd $startdir/src/$pkgname-$pkgver

  patch -Np1 <../build-fix.patch

  make || return 1
  make DESTDIR=$startdir/pkg install || return 1
}