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

Tobias Powalowski tpowa at archlinux.org
Sun May 6 19:19:05 UTC 2007


    Date: Sunday, May 6, 2007 @ 15:19:05
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/libarchive

   Added: PKGBUILD (1.1)

'newpkg: moved in from lib'


----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


Index: arch/build/base/libarchive/PKGBUILD
diff -u /dev/null arch/build/base/libarchive/PKGBUILD:1.1
--- /dev/null	Sun May  6 15:19:05 2007
+++ arch/build/base/libarchive/PKGBUILD	Sun May  6 15:19:05 2007
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2007/05/06 19:19:05 tpowa Exp $
+# Maintainer: Judd Vinet <jvinet at zeroflux.org>
+pkgname=libarchive
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="a library that can create and read several different streaming archive formats, including most popular tar variants and several cpio 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')
+
+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