mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
testdisk: prepare for secondary arch support
This commit is contained in:
@@ -39,28 +39,28 @@ LICENSE="GNU GPL v2"
|
||||
#TODO: separate package for qphotorec?
|
||||
|
||||
PROVIDES="
|
||||
testdisk = $portVersion
|
||||
cmd:testdisk = $portVersion
|
||||
cmd:photorec = $portVersion
|
||||
cmd:fidentify = $portVersion
|
||||
testdisk$secondaryArchSuffix = $portVersion
|
||||
cmd:testdisk$secondaryArchSuffix = $portVersion
|
||||
cmd:photorec$secondaryArchSuffix = $portVersion
|
||||
cmd:fidentify$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libiconv
|
||||
lib:libjpeg
|
||||
lib:libncurses
|
||||
lib:libuuid
|
||||
lib:libz
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:libuuid$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libiconv
|
||||
devel:libjpeg
|
||||
devel:libncurses
|
||||
devel:libuuid
|
||||
devel:libz
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libuuid$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -68,8 +68,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:pkg_config
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user