mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
25 lines
613 B
Plaintext
25 lines
613 B
Plaintext
DESCRIPTION="GGZ Library libggz"
|
|
HOMEPAGE="http://dev.ggzgamingzone.org/libraries/libggz/"
|
|
SRC_URI="http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/snapshots/ggz-base-libs-snapshot-0.99.5.tar.gz"
|
|
CHECKSUM_MD5="811d956fe082ee27c682c6d1c4d55142"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND="dev-util/pkgconfig >= 0.23"
|
|
|
|
BUILD {
|
|
cd ggz-base-libs-snapshot-0.99.5
|
|
libtoolize -fci
|
|
aclocal -I m4 -I m4/ggz
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd ggz-base-libs-snapshot-0.99.5
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="2003-2009 The GGZ Development Team"
|