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

Dan McGee dan at archlinux.org
Wed Jun 20 21:10:07 UTC 2007


    Date: Wednesday, June 20, 2007 @ 17:10:07
  Author: dan
    Path: /home/cvs-arch/arch/build/base/libarchive

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: libarchive 2.2.3-2


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


Index: arch/build/base/libarchive/PKGBUILD
diff -u arch/build/base/libarchive/PKGBUILD:1.1 arch/build/base/libarchive/PKGBUILD:1.2
--- arch/build/base/libarchive/PKGBUILD:1.1	Sun May  6 15:19:05 2007
+++ arch/build/base/libarchive/PKGBUILD	Wed Jun 20 17:10:06 2007
@@ -1,22 +1,24 @@
-# $Id: PKGBUILD,v 1.1 2007/05/06 19:19:05 tpowa Exp $
+# $Id: PKGBUILD,v 1.2 2007/06/20 21:10:06 dan Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=libarchive
-pkgver=1.3.1
+pkgver=2.2.3
 pkgrel=2
-pkgdesc="a library that can create and read several different streaming archive formats, including most popular tar variants and several cpio formats"
+pkgdesc="library that can create and read several streaming archive formats"
 arch=(i686 x86_64)
 url="http://people.freebsd.org/~kientzle/libarchive/"
 license="BSD"
 depends=('zlib' 'bzip2' 'acl')
 source=(http://people.freebsd.org/~kientzle/libarchive/src/libarchive-$pkgver.tar.gz)
-md5sums=('c618d26d680ace57fcd5f59cea3151c6')
+md5sums=('5a9051da4143dba5696a49c7d20b968b')
+sha1sums=('05f1b6096315c5cabc9cda833285dd5d430e721a')
+# The libarchive .a static lib isn't linked correctly, so pacman.static
+#   build fails unless we keep the libtool files
+#options=(!libtool)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
-  # we currently need libtool'd libarachive files for pacman3
-  # will be fixed later
 }
 




More information about the arch-commits mailing list