mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
tiff: Name the gcc2 package just "tiff".
This commit is contained in:
@@ -21,7 +21,7 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
tiff4$secondaryArchSuffix = $portVersionCompat
|
||||
tiff$secondaryArchSuffix = $portVersionCompat
|
||||
lib:libtiff$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libtiffxx$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
@@ -30,17 +30,20 @@ REQUIRES="
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
CONFLICTS="
|
||||
tiff4
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
tiff4${secondaryArchSuffix}_devel = $portVersionCompat
|
||||
tiff${secondaryArchSuffix}_devel = $portVersionCompat
|
||||
devel:libtiff$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libtiffxx$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
tiff4$secondaryArchSuffix == $portVersion base
|
||||
tiff$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
CONFLICTS_devel="
|
||||
tiff${secondaryArchSuffix}_devel
|
||||
tiff4${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
Reference in New Issue
Block a user