mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libodfgen: bump version.
This commit is contained in:
@@ -6,20 +6,19 @@ COPYRIGHT="Fridrich Strba
|
||||
David Tardon"
|
||||
LICENSE="MPL v2.0
|
||||
GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpd/libodfgen-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="b8d5974de49b523c7a5b800d9817ff7ced9615ef456ba39128e2eb5a470483be"
|
||||
CHECKSUM_SHA256="2c7b21892f84a4c67546f84611eccdad6259875c971e98ddb027da66ea0ac9c2"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libodfgen$secondaryArchSuffix = $portVersion
|
||||
lib:libodfgen_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
lib:libodfgen_0.1$secondaryArchSuffix = 1.0.6 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libboost_system$secondaryArchSuffix
|
||||
lib:librevenge_0.0$secondaryArchSuffix
|
||||
lib:librevenge_generators_0.0$secondaryArchSuffix
|
||||
lib:librevenge_stream_0.0$secondaryArchSuffix
|
||||
@@ -28,7 +27,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libodfgen${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libodfgen_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
devel:libodfgen_0.1$secondaryArchSuffix = 1.0.6 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libodfgen$secondaryArchSuffix == $portVersion base
|
||||
@@ -36,14 +35,12 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:librevenge_0.0$secondaryArchSuffix
|
||||
devel:librevenge_generators_0.0$secondaryArchSuffix
|
||||
devel:librevenge_stream_0.0$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:libtoolize
|
||||
cmd:autoconf
|
||||
@@ -62,7 +59,7 @@ BUILD()
|
||||
autoheader
|
||||
automake -a -c --foreign
|
||||
autoconf
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --with-sharedptr=c++11
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -70,6 +67,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libodfgen-0.1.la
|
||||
prepareInstalledDevelLibs libodfgen-0.1
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user