mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
unibilium: bump version.
This commit is contained in:
@@ -5,16 +5,16 @@ HOMEPAGE="https://github.com/mauke/unibilium"
|
||||
COPYRIGHT="2008-2015 Lukas Mai
|
||||
2011-2015 unibilium Developers"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/mauke/unibilium/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6045b4f6adca7b1123284007675ca71f718f70942d3a93d8b9fa5bd442006ec1"
|
||||
CHECKSUM_SHA256="78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
unibilium$secondaryArchSuffix = $portVersion
|
||||
lib:libunibilium$secondaryArchSuffix = 0.3.1 compat >= 0
|
||||
lib:libunibilium$secondaryArchSuffix = 4.0.0 compat >= 4
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -22,7 +22,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
unibilium${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libunibilium$secondaryArchSuffix = 0.3.1 compat >= 0
|
||||
devel:libunibilium$secondaryArchSuffix = 4.0.0 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
unibilium$secondaryArchSuffix == $portVersion
|
||||
@@ -62,12 +62,12 @@ INSTALL()
|
||||
make install PREFIX=$prefix LIBDIR=$libDir INCDIR=$includeDir \
|
||||
MANDIR=$manDir $jobArgs
|
||||
|
||||
rm -rf $libDir/libunibilium.la
|
||||
rm -rf $libDir/libunibilium.la $libDir/libunibilium.a
|
||||
|
||||
prepareInstalledDevelLib libunibilium
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel $developDir
|
||||
packageEntries devel $developDir $manDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
Reference in New Issue
Block a user