[arch-commits] Commit in libisofs/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Mar 1 12:03:23 UTC 2009


    Date: Sunday, March 1, 2009 @ 07:03:22
  Author: andyrtr
Revision: 28469

upgpkg: libisofs 0.6.14-1
    new version 0.6.14

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-01 11:07:45 UTC (rev 28468)
+++ PKGBUILD	2009-03-01 12:03:22 UTC (rev 28469)
@@ -3,21 +3,21 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=0.6.12
-pkgrel=2
+pkgver=0.6.14
+pkgrel=1
 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
 arch=('i686' 'x86_64')
 url="http://libburnia.pykix.org/"
 license=('GPL')
-depends=('glibc')
-makedepends=('libburn>=0.6.0.pl01')
+depends=('acl')
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('bbf94852dc019ff21a711805bcd0af2d')
+md5sums=('c2b7807b5614d347f63148cd6e27ea77')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr \
+	--enable-libacl --enable-xattr --disable-static
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list