mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
27 lines
503 B
Plaintext
27 lines
503 B
Plaintext
DESCRIPTION="plib - A Suite of Portable Game Libraries"
|
|
HOMEPAGE="http://plib.sourceforge.net/"
|
|
SRC_URI="http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz"
|
|
CHECKSUM_MD5="47a6fbf63668c1eed631024038b2ea90"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
|
|
BUILD()
|
|
{
|
|
cd plib-1.8.5
|
|
libtoolize --force --copy --install
|
|
./autogen.sh
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd plib-1.8.5
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="1999-2005 Steve J. Baker"
|
|
|