# Maintainer: Peter Richard Lewis # Contributor: Jan de Groot # Contributor: dibblethewrecker pkgname=quilt pkgver=0.48 pkgrel=2 pkgdesc="Manage a series of patches by keeping track of the changes each patch makes." arch=('i686' 'x86_64') url="http://savannah.nongnu.org/projects/quilt" license=('GPL') depends=('perl' 'diffstat' 'gawk' 'patch' 'diffutils' 'gettext') source=(http://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz) md5sums=('f77adda60039ffa753f3c584a286f12b') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --mandir=/usr/share/man make make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man install }