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

Eric Bélanger eric at nymeria.archlinux.org
Sat Oct 26 06:24:03 UTC 2013


    Date: Saturday, October 26, 2013 @ 08:24:03
  Author: eric
Revision: 197446

upgpkg: zziplib 0.13.62-2

Rebuild without static libraries

Modified:
  zziplib/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 02:49:51 UTC (rev 197445)
+++ PKGBUILD	2013-10-26 06:24:03 UTC (rev 197446)
@@ -5,7 +5,7 @@
 
 pkgname=zziplib
 pkgver=0.13.62
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight library that offers the ability to easily extract data from files archived in a single zip file"
 arch=('i686' 'x86_64')
 url="http://zziplib.sourceforge.net"
@@ -12,12 +12,11 @@
 license=('LGPL' 'MPL')
 depends=('zlib')
 makedepends=('python2')
-options=('!libtool')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('5fe874946390f939ee8f4abe9624b96c')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr
   make
@@ -24,7 +23,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
 #fix permission




More information about the arch-commits mailing list