From 57851f87d80ebd626e25e158262f26d8f7ef422a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 22 Jan 2017 14:05:02 +0100 Subject: [PATCH] libepubgen: enable x86_64. * fix library name. --- app-text/libepubgen/libepubgen-0.0.0.recipe | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/app-text/libepubgen/libepubgen-0.0.0.recipe b/app-text/libepubgen/libepubgen-0.0.0.recipe index 96be28b03..b57d873c3 100644 --- a/app-text/libepubgen/libepubgen-0.0.0.recipe +++ b/app-text/libepubgen/libepubgen-0.0.0.recipe @@ -5,11 +5,11 @@ way--presentation and vector drawing interfaces." HOMEPAGE="https://sourceforge.net/projects/libepubgen" COPYRIGHT="2016 David Tardon" LICENSE="MPL v2.0" -REVISION="1" +REVISION="2" SOURCE_URI="https://downloads.sourceforge.net/libepubgen/libepubgen-$portVersion.tar.gz" CHECKSUM_SHA256="966f903626a5cea06e197e93d2b11c36c8ccc67655392dc8445856168bb9fe68" -ARCHITECTURES="!x86_gcc2 x86 ?x86_64" +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -57,11 +57,7 @@ BUILD_PREREQUIRES=" BUILD() { - libtoolize --force --copy --install - aclocal - autoheader - automake -a -c --foreign - autoconf + autoreconf -fi runConfigure ./configure --without-docs --disable-werror make $jobArgs } @@ -69,9 +65,10 @@ BUILD() INSTALL() { make install - rm $libDir/libepubgen.la - prepareInstalledDevelLib libepubgen + rm $libDir/libepubgen-0.0.la + + prepareInstalledDevelLib libepubgen-0.0 fixPkgconfig packageEntries devel $developDir }