Initial .bep file checking for sdl-image

This commit is contained in:
Scott McCreary
2008-07-30 16:49:08 +00:00
commit 081833065f
54 changed files with 32707 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION="GNU zip"
HOMEPAGE="http://www.gzip.org/"
SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.3.12.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="stable"
STATUS_HAIKU="untested"
DEPEND=""
BUILD {
cd gzip-1.3.12
./configure --prefix=/boot/home/config
make
}
INSTALL {
cd gzip-1.3.12
make install
}