Added physfs and lua to gcc4 build section of the libpak.

This commit is contained in:
Scott McCreary
2010-10-01 19:40:29 +00:00
parent 57dcc3824f
commit 705b91b047

View File

@@ -1,7 +1,7 @@
DESCRIPTION="Libpak is a set of commonly used libraries."
HOMEPAGE="http://ports.haiku-files.org/wiki/LibPak"
SRC_URI="http://ports.haiku-files.org/raw-attachment/wiki/LibPak/libpak-0.9.3.zip"
REVISION="1"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libedit >= 20100424
dev-util/cmake >= 2.6
@@ -90,6 +90,10 @@ BUILD {
setgcc gcc4
haikuporter -y -d -i readline-6.0
mv ${HPLOC}/sys-libs/readline/*.zip .
haikuporter -y -d -i lua-5.1.4
mv ${HPLOC}/dev-lang/lua/*.zip .
haikuporter -y -d -i physfs-2.0.1
mv ${HPLOC}/dev-games/physfs/*.zip .
haikuporter -c -y -d -i fribidi-0.19.2
mv ${HPLOC}/dev-libs/fribidi/*.zip .
haikuporter -c -y -d -i libpaper-1.1.24