libebook: enable x86_64.

* replace with "autoreconf -fi"
* remove libtool file.
This commit is contained in:
Jerome Duval
2017-01-23 23:25:07 +01:00
parent a910365ad9
commit 537f946ecc

View File

@@ -9,7 +9,7 @@ SOURCE_URI="http://prdownloads.sourceforge.net/libebook/libe-book-$portVersion.t
CHECKSUM_SHA256="b710a57c633205b933015474d0ac0862253d1c52114d535dd09b20939a0d1850"
SOURCE_DIR="libe-book-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 !x86_64"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -64,11 +64,7 @@ BUILD_PREREQUIRES="
BUILD()
{
libtoolize --force --copy --install
aclocal
autoheader
automake --add-missing
autoconf
autoreconf -fi
runConfigure ./configure
make $jobArgs
}
@@ -77,6 +73,8 @@ INSTALL()
{
make install
rm $libDir/libe-book-0.1.la
prepareInstalledDevelLibs libe-book-0.1
fixPkgconfig