mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libepubgen: enable x86_64.
* fix library name.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user