mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
hamlib: bump version.
This commit is contained in:
@@ -15,11 +15,11 @@ LICENSE="GNU LGPL v2
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/hamlib/files/hamlib/$portVersion/hamlib-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="682304c3e88ff6ccfd6a5fc28b33bcc95d2d0a54321973fef015ff62570c994e"
|
||||
CHECKSUM_SHA256="c90b53949c767f049733b442cd6e0a48648b55d99d4df5ef3f852d985f45e880"
|
||||
PATCHES="hamlib-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
hamlib$secondaryArchSuffix = $portVersion compat >= 3
|
||||
@@ -30,8 +30,8 @@ PROVIDES="
|
||||
cmd:rigswr$secondaryArchSuffix
|
||||
cmd:rotctl$secondaryArchSuffix
|
||||
cmd:rotctld$secondaryArchSuffix
|
||||
lib:libhamlib$secondaryArchSuffix = 2.1.1 compat >= 2
|
||||
lib:libhamlib++$secondaryArchSuffix = 2.1.1 compat >= 2
|
||||
lib:libhamlib$secondaryArchSuffix = 2.1.3 compat >= 2
|
||||
lib:libhamlib++$secondaryArchSuffix = 2.1.3 compat >= 2
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -41,8 +41,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
hamlib${secondaryArchSuffix}_devel = $portVersion compat >= 3
|
||||
devel:libhamlib$secondaryArchSuffix = 2.1.1 compat >= 2
|
||||
devel:libhamlib++$secondaryArchSuffix = 2.1.1 compat >= 2
|
||||
devel:libhamlib$secondaryArchSuffix = 2.1.3 compat >= 2
|
||||
devel:libhamlib++$secondaryArchSuffix = 2.1.3 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
hamlib$secondaryArchSuffix == $portVersion base
|
||||
@@ -75,8 +75,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove libtool files
|
||||
rm $libDir/libhamlib*.la
|
||||
rm $libDir/libhamlib*.la $libDir/libhamlib*.a
|
||||
|
||||
prepareInstalledDevelLibs libhamlib++ libhamlib
|
||||
fixPkgconfig
|
||||
Reference in New Issue
Block a user