Added sdl-libpak .OPD file, fixed URL in some .OPD files and removed bzip-1.0.4.bep file

This commit is contained in:
Scott McCreary
2009-10-29 17:00:13 +00:00
parent ad0edad888
commit a126f0d8f2
6 changed files with 73 additions and 21 deletions

View File

@@ -1,17 +0,0 @@
DESCRIPTION="bzip2"
HOMEPAGE="http://www.bzip.org/"
SRC_URI="http://www.bzip.org/1.0.4/bzip2-1.0.4.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="stable"
STATUS_HAIKU="untested"
DEPEND=""
BUILD {
cd bzip2-1.0.4
make
}
INSTALL {
cd bzip2-1.0.4
make install PREFIX=/boot/home/config
}