mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
sbc: bump version.
This commit is contained in:
@@ -17,9 +17,9 @@ COPYRIGHT="
|
|||||||
"
|
"
|
||||||
LICENSE="GNU GPL v2
|
LICENSE="GNU GPL v2
|
||||||
GNU LGPL v2.1"
|
GNU LGPL v2.1"
|
||||||
REVISION="3"
|
REVISION="1"
|
||||||
SOURCE_URI="http://www.kernel.org/pub/linux/bluetooth/sbc-$portVersion.tar.gz"
|
SOURCE_URI="http://www.kernel.org/pub/linux/bluetooth/sbc-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="4a358581fb57b98e0c1c34606a35343f31f908f57c26659e51495f75e283785d"
|
CHECKSUM_SHA256="050058cfc5a2709d324868ddbb82f9b796ba6c4f5e00cb6a715b3841ee13dfe9"
|
||||||
PATCHES="sbc-$portVersion.patchset"
|
PATCHES="sbc-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="x86 x86_64"
|
ARCHITECTURES="x86 x86_64"
|
||||||
@@ -27,7 +27,7 @@ SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
|||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
sbc$secondaryArchSuffix = $portVersion compat >= 1
|
sbc$secondaryArchSuffix = $portVersion compat >= 1
|
||||||
lib:libsbc$secondaryArchSuffix = 1.2.1 compat >= 1
|
lib:libsbc$secondaryArchSuffix = 1.2.2 compat >= 1
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
@@ -36,7 +36,7 @@ REQUIRES="
|
|||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
sbc${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
sbc${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||||
devel:libsbc$secondaryArchSuffix = 1.2.1 compat >= 1
|
devel:libsbc$secondaryArchSuffix = 1.2.2 compat >= 1
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
sbc$secondaryArchSuffix == $portVersion base
|
sbc$secondaryArchSuffix == $portVersion base
|
||||||
@@ -80,6 +80,8 @@ INSTALL()
|
|||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
rm $libDir/libsbc.a $libDir/libsbc.la
|
||||||
|
|
||||||
prepareInstalledDevelLibs libsbc
|
prepareInstalledDevelLibs libsbc
|
||||||
fixPkgconfig
|
fixPkgconfig
|
||||||
|
|
||||||
Reference in New Issue
Block a user