summaryrefslogtreecommitdiff
path: root/community/quilt
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-17 23:14:43 +0000
committerroot <root@rshg054.dnsready.net>2011-12-17 23:14:43 +0000
commit146025aa1c838c12fa7b4873414da73816bfb6bd (patch)
tree22bcdae4c400322b756f2f4cc360de8c08b946a4 /community/quilt
parent492f7c22a61fdb0488000da9f66d68e11bb43918 (diff)
Sat Dec 17 23:14:43 UTC 2011
Diffstat (limited to 'community/quilt')
-rw-r--r--community/quilt/PKGBUILD30
1 files changed, 19 insertions, 11 deletions
diff --git a/community/quilt/PKGBUILD b/community/quilt/PKGBUILD
index a09e3fc73..637179fe1 100644
--- a/community/quilt/PKGBUILD
+++ b/community/quilt/PKGBUILD
@@ -1,21 +1,29 @@
-# Maintainer: Peter Richard Lewis <plewis@aur.archlinux.org>
+# $Id: PKGBUILD 60696 2011-12-17 00:36:28Z seblu $
+# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
+# Contributor: Peter Richard Lewis <plewis@aur.archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
pkgname=quilt
-pkgver=0.48
-pkgrel=2
-pkgdesc="Manage a series of patches by keeping track of the changes each patch makes."
+pkgver=0.50
+pkgrel=1
+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')
+url='http://savannah.nongnu.org/projects/quilt'
+license=('GPL2')
+depends=('diffstat' 'gawk' 'patch' 'diffutils' 'gettext')
+source=("http://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz")
+md5sums=('ff5e1e041363c3af3c8fda4b968c9d1d')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd ${pkgname}-${pkgver}
./configure --prefix=/usr --mandir=/usr/share/man
make
- make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man install
}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+}
+
+# vim:set ts=2 sw=2 ft=sh et: