mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libmspub: bump version.
This commit is contained in:
@@ -6,18 +6,18 @@ COPYRIGHT="Brennan Vincent
|
||||
Fridrich Strba
|
||||
David Tardon"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libmspub/libmspub-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="c3b69a4cf50ad80af5c9c00cb8ebca0586fc9ba9d6bdeeb40112d6f43ecdbbbb"
|
||||
CHECKSUM_SHA256="26d488527ffbb0b41686d4bab756e3e6aaeb99f88adeb169d0c16d2cde96859a"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libmspub$secondaryArchSuffix = $portVersion
|
||||
cmd:pub2raw$secondaryArchSuffix
|
||||
cmd:pub2xhtml$secondaryArchSuffix
|
||||
lib:libmspub_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
lib:libmspub_0.1$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -33,7 +33,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libmspub${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmspub_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
devel:libmspub_0.1$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmspub$secondaryArchSuffix == $portVersion base
|
||||
@@ -53,8 +53,7 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:libtoolize
|
||||
cmd:autoheader
|
||||
cmd:autoconf
|
||||
cmd:autoreconf
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -64,11 +63,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoheader
|
||||
automake
|
||||
autoconf
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
@@ -77,6 +72,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libmspub-0.1.la
|
||||
|
||||
prepareInstalledDevelLibs libmspub-0.1
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user