[arch-commits] CVS update of extra/lib/libtar (PKGBUILD)
Eric Belanger
eric at archlinux.org
Sun Dec 9 21:23:22 UTC 2007
Date: Sunday, December 9, 2007 @ 16:23:22
Author: eric
Path: /home/cvs-extra/extra/lib/libtar
Modified: PKGBUILD (1.10 -> 1.11)
upgpkg: libtar 1.2.11-3
added license
----------+
PKGBUILD | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
Index: extra/lib/libtar/PKGBUILD
diff -u extra/lib/libtar/PKGBUILD:1.10 extra/lib/libtar/PKGBUILD:1.11
--- extra/lib/libtar/PKGBUILD:1.10 Mon May 15 17:50:34 2006
+++ extra/lib/libtar/PKGBUILD Sun Dec 9 16:23:21 2007
@@ -1,16 +1,20 @@
-# $Id: PKGBUILD,v 1.10 2006/05/15 21:50:34 uid1016 Exp $
-# Maintainer: aurelien <aurelien at archlinux.org>
+# $Id: PKGBUILD,v 1.11 2007/12/09 21:23:21 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
# Contributor: Aurelien Foret <orelien at chez.com>
+
pkgname=libtar
pkgver=1.2.11
-pkgrel=2
+pkgrel=3
pkgdesc="C library for manipulating POSIX tar files"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.feep.net/libtar/"
+license=('BSD')
depends=('zlib')
source=(ftp://ftp.feep.net/pub/software/$pkgname/$pkgname-$pkgver.tar.gz \
- libtar-$pkgver.patch)
+ libtar-$pkgver.patch)
md5sums=('604238e8734ce6e25347a58c4f1a1d7e' 'baef7da841c186e1830566296859c35b')
+sha1sums=('9611f23024b0e89aad1cfea301122186b3c160f8'
+ '100c37378faea118c6664cd8958caa91f34633d0')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -18,4 +22,5 @@
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
+ install -D -m644 COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/COPYRIGHT
}
More information about the arch-commits
mailing list