mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libwpg: bump version, enable x86_64.
* remove libtool file.
This commit is contained in:
@@ -9,11 +9,11 @@ COPYRIGHT="Marc Oude Kotte
|
||||
Fridrich Strba"
|
||||
LICENSE="MPL v2.0
|
||||
GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpg/libwpg-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8fb8cb4229d4288a5363c78bab78811d94cf8e1e91a6a6b85941e43820561151"
|
||||
CHECKSUM_SHA256="97334803caef58dfb6cbd594bd08fdfca0e9b53df5c5bd44917f2a089a4c87bb"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -21,7 +21,7 @@ PROVIDES="
|
||||
cmd:wpg2raw$secondaryArchSuffix
|
||||
cmd:wpg2svg$secondaryArchSuffix
|
||||
cmd:wpg2svgbatch.pl$secondaryArchSuffix
|
||||
lib:libwpg_0.3$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
lib:libwpg_0.3$secondaryArchSuffix = 3.0.1 compat >= 3
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -35,13 +35,14 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpg_0.3$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
devel:libwpg_0.3$secondaryArchSuffix = 3.0.1 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwpg$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:librevenge_0.0$secondaryArchSuffix
|
||||
devel:librevenge_generators_0.0$secondaryArchSuffix
|
||||
devel:librevenge_stream_0.0$secondaryArchSuffix
|
||||
@@ -49,25 +50,20 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:libtoolize
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:autoheader
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoheader
|
||||
automake -a -c --foreign
|
||||
autoconf
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
@@ -76,6 +72,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libwpg-0.3.la
|
||||
|
||||
prepareInstalledDevelLibs libwpg-0.3
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user