[arch-commits] CVS update of arch/build/base/bzip2 (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Aug 5 16:03:46 UTC 2007


    Date: Sunday, August 5, 2007 @ 12:03:46
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/bzip2

Modified: PKGBUILD (1.18 -> 1.19)

Cleanup PKGBUILDs, remove old patches, add licenses, fix source URLs


----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


Index: arch/build/base/bzip2/PKGBUILD
diff -u arch/build/base/bzip2/PKGBUILD:1.18 arch/build/base/bzip2/PKGBUILD:1.19
--- arch/build/base/bzip2/PKGBUILD:1.18	Fri Feb  2 06:33:20 2007
+++ arch/build/base/bzip2/PKGBUILD	Sun Aug  5 12:03:46 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.18 2007/02/02 11:33:20 andyrtr Exp $
+# $Id: PKGBUILD,v 1.19 2007/08/05 16:03:46 jgc Exp $
 # Maintainer: Judd <jvinet at zeroflux.org>
 pkgname=bzip2
 pkgver=1.0.4
 pkgrel=1.1
 pkgdesc="A high-quality data compression program"
 arch=(i686 x86_64)
+license=('custom')
 url="http://sources.redhat.com/bzip2"
-depends=('glibc' 'bash')
+depends=('glibc')
 source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz)
 md5sums=('fc310b254f6ba5fbb5da018f04533688')
 
@@ -39,4 +40,7 @@
   ln -sf bzip2.1 bunzip2.1
   ln -sf bzip2.1 bzcat.1
   ln -sf bzip2.1 bzip2recover.1
+
+  mkdir -p ${startdir}/pkg/usr/share/licenses/${pkgname}
+  install -m644 ${startdir}/src/${pkgname}-${pkgver}/LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list