Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=98443af8e231048916f92965071956ae20f58c8b
commit 98443af8e231048916f92965071956ae20f58c8b Author: crazy <[email protected]> Date: Tue Jan 30 03:18:14 2018 +0100 libzip-1.4.0-1-x86_64 * Version bump * so name UP * auto-selftest ? is broken can't find his own lib in chroot something broken with the PATH in this testsuite.. diff --git a/source/lib/libzip/FrugalBuild b/source/lib/libzip/FrugalBuild index 31b57b5..6c15a6f 100644 --- a/source/lib/libzip/FrugalBuild +++ b/source/lib/libzip/FrugalBuild @@ -2,16 +2,26 @@ # Maintainer: crazy <[email protected]> pkgname=libzip -pkgver=1.3.2 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc="libzip is a C library for reading, creating, and modifying zip archives." url="http://www.nih.at/libzip/" depends=() groups=('lib') archs=("x86_64") up2date="Flasttar $url" -source=(https://libzip.org/download/$pkgname-$pkgver.tar.xz missing-extern.patch) -sha1sums=('5a940f2132066b258e42c60530599fec579be082' \ - 'e01ce36c1481c5330099634a368ee3ace06e6e8a') +Finclude cmake +source=(https://libzip.org/download/$pkgname-$pkgver.tar.xz) +sha1sums=('6dded3edf48eeb10b97fa0fb8f7aa661d3137823') +build() { + + Fcd + ## something is wrong with that .. the test runns without + ## PATH set.. so we get: + # ../src/ziptool: error while loading shared libraries: libzip.so.5 .. WTF.. + Fsed 'ENABLE_TESTING()' '#ENABLE_TESTING()' CMakeLists.txt + Fsed 'ADD_SUBDIRECTORY(regress)' '#ADD_SUBDIRECTORY(regress)' CMakeLists.txt + CMake_build +} # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
