diff options
author | root <root@rshg054.dnsready.net> | 2013-08-10 02:21:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-10 02:21:00 -0700 |
commit | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (patch) | |
tree | 0fcd3a26d8b3c5830e46d0872701a89256e3d4f7 /extra/libisofs | |
parent | 7978ce3c736ef00274d5956c378df572315702bd (diff) |
Sat Aug 10 02:18:27 PDT 2013
Diffstat (limited to 'extra/libisofs')
-rw-r--r-- | extra/libisofs/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/libisofs/PKGBUILD b/extra/libisofs/PKGBUILD index 31554e21a..95b6629ea 100644 --- a/extra/libisofs/PKGBUILD +++ b/extra/libisofs/PKGBUILD @@ -1,30 +1,30 @@ -# $Id: PKGBUILD 185768 2013-05-18 14:55:44Z andyrtr $ +# $Id: PKGBUILD 192278 2013-08-09 14:19:12Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Hugo Doria <hugodoria@gmail.com> # Contributor: Bjorn Martensen pkgname=libisofs -pkgver=1.3.0 +pkgver=1.3.2 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/" +url="http://libburnia-project.org" license=('GPL') depends=('acl' 'zlib') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) options=('!libtool') -md5sums=('5ab9f4a57d3c815d1183cbf49ce86a9e' +md5sums=('3dfdaaf964ed7a779bc23de50c5f2175' 'SKIP') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --enable-libacl --enable-xattr --disable-static make } package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install } |