mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
libcuefile: fix provides
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="A library to work with CUE files"
|
||||
HOMEPAGE="https://www.musepack.net/"
|
||||
COPYRIGHT="1997-2011 Musepack Project"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://files.musepack.net/source/libcuefile_r$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b681ca6772b3f64010d24de57361faecf426ee6182f5969fcf29b3f649133fe7"
|
||||
SOURCE_DIR="libcuefile_r$portVersion"
|
||||
@@ -14,7 +14,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libcuefile$secondaryArchSuffix = $portVersion
|
||||
lib:libcuefile$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
lib:libcuefile$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -22,7 +22,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libcuefile${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcuefile$secondaryArchSuffix
|
||||
devel:libcuefile$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcuefile$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user