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