mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
freealut: Fix recipe.
This commit is contained in:
@@ -1,21 +1,35 @@
|
||||
SUMMARY="Implementation of the OpenAL Utility Toolkit"
|
||||
DESCRIPTION="FreeALUT - a free implementation of OpenAL's ALUT standard."
|
||||
HOMEPAGE="http://connect.creativelabs.com/openal"
|
||||
SOURCE_URI="http://ftp.de.debian.org/debian/pool/main/f/freealut/freealut_1.1.0.orig.tar.gz"
|
||||
REVISION="1"
|
||||
SUMMARY="Implementation of the OpenAL Utility Toolkit"
|
||||
COPYRIGHT="2005-2006 Creative Technology Ltd."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://ftp.de.debian.org/debian/pool/main/f/freealut/freealut_$portVersion.orig.tar.gz"
|
||||
CHECKSUM_SHA256="60d1ea8779471bb851b89b49ce44eecb78e46265be1a6e9320a28b100c8df44f"
|
||||
SOURCE_DIR="freealut-1.1.0"
|
||||
SOURCE_DIR="freealut-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
freealut$secondaryArchSuffix = $portVersion compat >= 0
|
||||
lib:freealut$secondaryArchSuffix = 1.1.0 compat >= 0
|
||||
lib:libalut$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libopenal$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
freealut${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
cmd:freealut_config$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:libalut$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
freealut$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libopenal$secondaryArchSuffix
|
||||
@@ -24,7 +38,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:doxygen
|
||||
cmd:find
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -33,6 +46,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:ranlib
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
@@ -44,7 +58,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2006 Creative Technology Ltd."
|
||||
fixPkgconfig
|
||||
prepareInstalledDevelLibs libalut
|
||||
packageEntries devel \
|
||||
$developDir $binDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user