sge, remove static library (#8531)

This commit is contained in:
Schrijvers Luc
2023-04-26 19:48:58 +02:00
committed by GitHub
parent 29a02f1cc0
commit 28f1795438

View File

@@ -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="5"
REVISION="6"
SOURCE_URI="http://ports-space.haiku-files.org/source/sge-030809.tar.gz"
CHECKSUM_SHA256="25cfbe59ab99647254e69d25984707045492c2a5d1b15f27d999d0284a7110fc"
SOURCE_DIR="sge030809"
@@ -15,8 +15,8 @@ ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
sge$secondaryArchSuffix = $portVersion compat >= 030809
lib:libSGE$secondaryArchSuffix = $portVersion compat >= 030809
sge$secondaryArchSuffix = $portVersion
lib:libSGE$secondaryArchSuffix = $portVersion compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -27,8 +27,8 @@ REQUIRES="
"
PROVIDES_devel="
sge${secondaryArchSuffix}_devel = $portVersion compat >= 030809
devel:libSGE$secondaryArchSuffix = $portVersion compat >= 030809
sge${secondaryArchSuffix}_devel = $portVersion
devel:libSGE$secondaryArchSuffix = $portVersion compat >= 0
"
REQUIRES_devel="
sge$secondaryArchSuffix == $portVersion base
@@ -37,8 +37,8 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libfreetype$secondaryArchSuffix
devel:libSDL$secondaryArchSuffix
devel:libSDL_image$secondaryArchSuffix
devel:libSDL_1.2$secondaryArchSuffix
devel:libSDL_image_1.2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -55,7 +55,12 @@ BUILD()
INSTALL()
{
make install PREFIX_H=$includeDir PREFIX=$prefix LIBDIR=$libDir
# remove static library
rm -f $libDir/libSGE.a
prepareInstalledDevelLib libSGE
#devel package
packageEntries devel \
$developDir