mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
unibilium: bump version.
This commit is contained in:
@@ -7,22 +7,22 @@ COPYRIGHT="2008-2015 Lukas Mai
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/mauke/unibilium/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8"
|
||||
CHECKSUM_SHA256="6045b4f6adca7b1123284007675ca71f718f70942d3a93d8b9fa5bd442006ec1"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
unibilium$secondaryArchSuffix = $portVersion compat >= 0.3.0
|
||||
lib:libunibilium$secondaryArchSuffix = $portVersion compat >= 0.3.0
|
||||
unibilium$secondaryArchSuffix = $portVersion
|
||||
lib:libunibilium$secondaryArchSuffix = 0.3.1 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
unibilium${secondaryArchSuffix}_devel = $portVersion compat >= 0.3.0
|
||||
devel:libunibilium$secondaryArchSuffix = $portVersion compat >= 0.3.0
|
||||
unibilium${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libunibilium$secondaryArchSuffix = 0.3.1 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
unibilium$secondaryArchSuffix == $portVersion
|
||||
@@ -53,12 +53,14 @@ PATCH()
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make PREFIX=$prefix LIBDIR=$libDir INCDIR=$includeDir MANDIR=$manDir $jobArgs
|
||||
make PREFIX=$prefix LIBDIR=$libDir INCDIR=$includeDir MANDIR=$manDir \
|
||||
$jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install PREFIX=$prefix LIBDIR=$libDir INCDIR=$includeDir MANDIR=$manDir $jobArgs
|
||||
make install PREFIX=$prefix LIBDIR=$libDir INCDIR=$includeDir \
|
||||
MANDIR=$manDir $jobArgs
|
||||
|
||||
rm -rf $libDir/libunibilium.la
|
||||
|
||||
Reference in New Issue
Block a user