mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libmwaw: bump version.
* install-strip, remove libtool file.
This commit is contained in:
@@ -9,7 +9,7 @@ LICENSE="MPL v2.0
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libmwaw/libmwaw-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="fe71b7f120aca311a977569f51ffb258e824616db6afbb29ea0072398fc4c9b4"
|
||||
CHECKSUM_SHA256="b9ad0892e593354698f25e9a484a717471ec13352d4c8a458db20d250cfab333"
|
||||
PATCHES="libmwaw-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -24,7 +24,7 @@ PROVIDES="
|
||||
cmd:mwaw2text$secondaryArchSuffix
|
||||
cmd:mwawFile$secondaryArchSuffix
|
||||
cmd:mwawZip$secondaryArchSuffix
|
||||
lib:libmwaw_0.3$secondaryArchSuffix = 3.0.5 compat >= 3
|
||||
lib:libmwaw_0.3$secondaryArchSuffix = 3.0.10 compat >= 3
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -37,7 +37,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libmwaw${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmwaw_0.3$secondaryArchSuffix = 3.0.5 compat >= 3
|
||||
devel:libmwaw_0.3$secondaryArchSuffix = 3.0.10 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmwaw$secondaryArchSuffix == $portVersion base
|
||||
@@ -76,7 +76,9 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
make install-strip
|
||||
|
||||
rm -f $libDir/libmwaw*.la
|
||||
|
||||
prepareInstalledDevelLibs libmwaw-0.3
|
||||
fixPkgconfig
|
||||
Reference in New Issue
Block a user