* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,26 @@
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"