Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -7,11 +7,12 @@ to include those shared libraries. libpng depends on libz, and libtiff depends \
on both libz and libjpeg.
"
HOMEPAGE="http://www.libsdl.org/projects/SDL_image"
COPYRIGHT="1997-2013 Sam Lantinga"
LICENSE="Zlib"
REVISION="1"
SOURCE_URI="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$portVersion.tar.gz"
CHECKSUM_SHA256="b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234"
REVISION="1"
LICENSE="Zlib"
COPYRIGHT="1997-2013 Sam Lantinga"
SOURCE_DIR="SDL2_image-$portVersion"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
@@ -21,7 +22,6 @@ PROVIDES="
lib:libSDL2_image${secondaryArchSuffix} = $portVersion compat >= 2
lib:libSDL2_image_2.0${secondaryArchSuffix} = 0.0.1 compat >= 0
"
REQUIRES="
haiku${secondaryArchSuffix}
lib:libSDL2_2.0${secondaryArchSuffix}
@@ -34,6 +34,15 @@ REQUIRES="
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
sdl2_image${secondaryArchSuffix}_devel = $portVersion compat >= 2
devel:libSDL2_image_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
devel:libSDL2_image$secondaryArchSuffix = $portVersion compat >= 2
"
REQUIRES_devel="
sdl2_image$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl2${secondaryArchSuffix}
@@ -44,7 +53,6 @@ BUILD_REQUIRES="
devel:libwebp$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:libtoolize
cmd:aclocal_1.13
@@ -57,8 +65,6 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
SOURCE_DIR="SDL2_image-$portVersion"
BUILD()
{
touch INSTALL NEWS README AUTHORS ChangeLog COPYING
@@ -83,13 +89,3 @@ INSTALL()
packageEntries devel \
$developDir
}
PROVIDES_devel="
sdl2_image${secondaryArchSuffix}_devel = $portVersion compat >= 2
devel:libSDL2_image_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
devel:libSDL2_image$secondaryArchSuffix = $portVersion compat >= 2
"
REQUIRES_devel="
sdl2_image$secondaryArchSuffix == $portVersion base
"