Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a0fe1304bde390e554c4c91acda3d43ae658ac1a
commit a0fe1304bde390e554c4c91acda3d43ae658ac1a Author: bouleetbil <[email protected]> Date: Mon Aug 22 14:08:13 2011 +0200 libzip-0.10-2-x86_64 *added hack for ebook-tools diff --git a/source/lib/libzip/FrugalBuild b/source/lib/libzip/FrugalBuild index e071efc..3d5ec35 100644 --- a/source/lib/libzip/FrugalBuild +++ b/source/lib/libzip/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libzip pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="libzip is a C library for reading, creating, and modifying zip archives." url="http://www.nih.at/libzip/" depends=() @@ -13,4 +13,11 @@ up2date="lynx -dump $url | grep Current | sed 's/.*n: \(.*\) re.*/\1/'" source=($url/$pkgname-$pkgver.tar.gz) sha1sums=('0425e8fc4966f78198f3067c52646518a50d21c7') +build() { + Fbuild + # A quick and ditry hack to fix a make failure with ebook-tools; + # /usr/include/zip.h:51:21: fatal error: zipconf.h: No such file or directory + Fln usr/lib/libzip/include/zipconf.h usr/include/zipconf.h +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
