mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libwps: bump version.
* remove libtool file.
This commit is contained in:
@@ -15,10 +15,10 @@ Laurent Alonso <laurent.alonso@inria.fr>
|
||||
Andrew Ziem <andrew.ziem@users.sourceforge.net>
|
||||
David Tardon <dtardon@redhat.com>
|
||||
"
|
||||
REVISION="2"
|
||||
CHECKSUM_SHA256="243d1dfc9bb53ac9d05405379a119e9b7d999714de3a3d56f4d3c505cedad43a"
|
||||
REVISION="1"
|
||||
CHECKSUM_SHA256="ceb6b1aac4646c641709a00a1bdceb296b30fe8b5e52446f104892e9cc338d4f"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
# for a different secondary architecture.
|
||||
@@ -34,7 +34,7 @@ PROVIDES="
|
||||
cmd:wps2html$secondaryArchSuffix
|
||||
cmd:wps2raw$secondaryArchSuffix
|
||||
cmd:wps2text$secondaryArchSuffix
|
||||
lib:libwps_0.3$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
lib:libwps_0.3$secondaryArchSuffix = 3.0.1 compat >= 3
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -80,6 +80,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove libtool file
|
||||
rm $libDir/libwps-0.3.la
|
||||
|
||||
prepareInstalledDevelLibs libwps-0.3
|
||||
fixPkgconfig
|
||||
@@ -89,7 +92,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
libwps${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwps_0.3$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
devel:libwps_0.3$secondaryArchSuffix = 3.0.1 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwps$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user