mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
sge, fix reference to libSDL* (#4069)
This commit is contained in:
committed by
Jérôme Duval
parent
ef38fe05c7
commit
22ee87ccc4
@@ -5,7 +5,7 @@ surfaces, pixel operations and much more."
|
||||
HOMEPAGE="http://www.etek.chalmers.se/~e8cal1/sge/"
|
||||
COPYRIGHT="1999-2003 Anders Lindstrom"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://ports-space.haiku-files.org/source/sge-030809.tar.gz"
|
||||
CHECKSUM_SHA256="25cfbe59ab99647254e69d25984707045492c2a5d1b15f27d999d0284a7110fc"
|
||||
SOURCE_DIR="sge030809"
|
||||
@@ -21,7 +21,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
lib:libSDL_image_1.2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
@@ -37,15 +37,14 @@ REQUIRES_devel="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libSDL_image_1.2$secondaryArchSuffix
|
||||
devel:libSDL$secondaryArchSuffix
|
||||
devel:libSDL_image$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:sdl_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -56,7 +55,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install PREFIX_H=$includeDir PREFIX=$prefix LIBDIR=$libDir
|
||||
prepareInstalledDevelLibs libSGE
|
||||
prepareInstalledDevelLib libSGE
|
||||
#devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
|
||||
Reference in New Issue
Block a user