libepubgen: enable x86_64.

* fix library name.
This commit is contained in:
Jerome Duval
2017-01-22 14:05:02 +01:00
parent ec33beba13
commit 57851f87d8

View File

@@ -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
}