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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Apr 17 15:24:32 UTC 2010


    Date: Saturday, April 17, 2010 @ 11:24:32
  Author: andyrtr
Revision: 77730

upgpkg: libisofs 0.6.30-1
new version 0.6.30

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-17 15:22:44 UTC (rev 77729)
+++ PKGBUILD	2010-04-17 15:24:32 UTC (rev 77730)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=0.6.28
+pkgver=0.6.30
 pkgrel=1
 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
 arch=('i686' 'x86_64')
@@ -13,13 +13,17 @@
 depends=('acl' 'zlib')
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('24bb0b876d99f42e8578d68ecb8e8ea9')
+md5sums=('17e40c3ac11a9be2a8f1afcd33249abf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
 	--enable-libacl --enable-xattr --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }
 




More information about the arch-commits mailing list