mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10: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%%.*}"
|
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
tiff4$secondaryArchSuffix = $portVersionCompat
|
tiff$secondaryArchSuffix = $portVersionCompat
|
||||||
lib:libtiff$secondaryArchSuffix = $libVersionCompat
|
lib:libtiff$secondaryArchSuffix = $libVersionCompat
|
||||||
lib:libtiffxx$secondaryArchSuffix = $libVersionCompat
|
lib:libtiffxx$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
@@ -30,17 +30,20 @@ REQUIRES="
|
|||||||
lib:libjpeg$secondaryArchSuffix
|
lib:libjpeg$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
CONFLICTS="
|
||||||
|
tiff4
|
||||||
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
tiff4${secondaryArchSuffix}_devel = $portVersionCompat
|
tiff${secondaryArchSuffix}_devel = $portVersionCompat
|
||||||
devel:libtiff$secondaryArchSuffix = $libVersionCompat
|
devel:libtiff$secondaryArchSuffix = $libVersionCompat
|
||||||
devel:libtiffxx$secondaryArchSuffix = $libVersionCompat
|
devel:libtiffxx$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
tiff4$secondaryArchSuffix == $portVersion base
|
tiff$secondaryArchSuffix == $portVersion base
|
||||||
"
|
"
|
||||||
CONFLICTS_devel="
|
CONFLICTS_devel="
|
||||||
tiff${secondaryArchSuffix}_devel
|
tiff4${secondaryArchSuffix}_devel
|
||||||
"
|
"
|
||||||
|
|
||||||
if [ -z "$secondaryArchSuffix" ]; then
|
if [ -z "$secondaryArchSuffix" ]; then
|
||||||
Reference in New Issue
Block a user