mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
wv, revbump, fixes devel package (link libwv.so) (#13031)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="A library that can load and parse Word 2000, 97, 95 and 6 file form
|
||||
HOMEPAGE="https://sourceforge.net/projects/wvware"
|
||||
COPYRIGHT="2010 Caolan McNamara, Dom Lachowicz, and others"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.abisource.com/downloads/wv/$portVersion/wv-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d"
|
||||
|
||||
@@ -38,6 +38,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
wv${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwv$secondaryArchSuffix = $portVersion
|
||||
devel:libwv_1.2$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
wv$secondaryArchSuffix == $portVersion base
|
||||
@@ -115,7 +116,9 @@ INSTALL()
|
||||
# remove libtool file
|
||||
rm $libDir/*.la
|
||||
|
||||
prepareInstalledDevelLib libwv
|
||||
prepareInstalledDevelLibs \
|
||||
libwv \
|
||||
libwv-1.2
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
|
||||
Reference in New Issue
Block a user