updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / quilt / PKGBUILD
blob2f707deb6fbca0827aa1732e6f778b4a2117f201
1 # Maintainer: Jan de Groot <jgc@archlinux.org>
2 # Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
4 pkgname=quilt
5 pkgver=0.48
6 pkgrel=2
7 pkgdesc="Manage a series of patches by keeping track of the changes each patch makes."
8 arch=('i686' 'x86_64')
9 url="http://savannah.nongnu.org/projects/quilt"
10 license=('GPL')
11 depends=('perl' 'diffstat' 'gawk' 'patch' 'diffutils' 'gettext')
12 source=(http://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz)
14 build() {
15   cd ${srcdir}/${pkgname}-${pkgver}
16   ./configure --prefix=/usr --mandir=/usr/share/man || return 1
17   make || return 1
18   make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man install || return 1
20 md5sums=('f77adda60039ffa753f3c584a286f12b')