mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fixes for fftw, tiff and vigra.
* tiff can build on gcc2 now. * Move vigra-config script to devel package. * Fix policy violations.
This commit is contained in:
@@ -7,17 +7,17 @@ LICENSE="MIT"
|
||||
COPYRIGHT="1998-2013 by Ullrich Koethe"
|
||||
HOMEPAGE="http://ukoethe.github.io/vigra/"
|
||||
SRC_URI="https://github.com/ukoethe/vigra/archive/Version-1-10-0.tar.gz"
|
||||
SRC_FILENAME="$portVersionedName.tar.gz"
|
||||
CHECKSUM_SHA256="406f6fcbcea2e92f681a7b844487c29049d338f5b2b25f8145e67bcb518c7ef8"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86 ?x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86 ?x86_gcc2"
|
||||
|
||||
SOURCE_DIR="vigra-Version-1-10-0"
|
||||
|
||||
PROVIDES="
|
||||
vigra$secondaryArchSuffix = $portVersion
|
||||
cmd:vigra_config$secondaryArchSuffix
|
||||
lib:libvigraimpex$secondaryArchSuffix = 5.1.10.0 compat >= 5
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -83,7 +83,7 @@ INSTALL()
|
||||
sed -i "s#/include/#/$relativeIncludeDir/#g" \
|
||||
$developLibDir/$portName/VigraConfig.cmake
|
||||
|
||||
packageEntries devel $developDir
|
||||
packageEntries devel $developDir bin/vigra-config
|
||||
}
|
||||
|
||||
TEST()
|
||||
@@ -95,6 +95,8 @@ TEST()
|
||||
|
||||
PROVIDES_devel="
|
||||
vigra${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:vigra_config$secondaryArchSuffix
|
||||
cmd:python # vigra-config is python script
|
||||
devel:libvigraimpex$secondaryArchSuffix = 5.1.10.0 compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user