diff options
author | Jay Freeman <saurik@saurik.com> | 2009-01-18 10:51:54 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-01-18 10:51:54 +0000 |
commit | ba63cf7658e253029c3c51275aa459a3998ce660 (patch) | |
tree | f129a3203fef6620155d6c6f3d902d1c5b238f6e /data/php/make.sh | |
parent | 3a153194c843793bfe9c2a672e372f5012c9ca2c (diff) |
Added php for Yonas Yanfa.
git-svn-id: http://svn.telesphoreo.org/trunk@530 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/php/make.sh')
-rw-r--r-- | data/php/make.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/php/make.sh b/data/php/make.sh new file mode 100644 index 000000000..71dc0d351 --- /dev/null +++ b/data/php/make.sh @@ -0,0 +1,5 @@ +pkg:setup +autoconf +CC="${PKG_TARG}"-gcc pkg:configure --with-iconv="${PKG_ROOT}"/usr +make +make install prefix="${PKG_DEST}"/usr datarootdir="${PKG_DEST}"/usr |