Skip to content

Commit

Permalink
libepubgen: enable x86_64.
Browse files Browse the repository at this point in the history
* fix library name.
  • Loading branch information
korli committed Jan 22, 2017
1 parent ec33beb commit 57851f8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions app-text/libepubgen/libepubgen-0.0.0.recipe
Expand Up @@ -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="
Expand Down Expand Up @@ -57,21 +57,18 @@ BUILD_PREREQUIRES="

BUILD()
{
libtoolize --force --copy --install
aclocal
autoheader
automake -a -c --foreign
autoconf
autoreconf -fi
runConfigure ./configure --without-docs --disable-werror
make $jobArgs
}

INSTALL()
{
make install
rm $libDir/libepubgen.la

prepareInstalledDevelLib libepubgen
rm $libDir/libepubgen-0.0.la

prepareInstalledDevelLib libepubgen-0.0
fixPkgconfig
packageEntries devel $developDir
}
Expand Down

0 comments on commit 57851f8

Please sign in to comment.