summaryrefslogtreecommitdiffhomepage
path: root/groups/231.native_packages_etc.group
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2021-01-14 01:42:55 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-01-14 00:48:12 +0000
commit6fe1f5b12eae013b27db158fd27190aa8660c365 (patch)
tree10ef6fe665006c9fcf328c866f70a776a8d7be88 /groups/231.native_packages_etc.group
parent5e1a9bfe89a14d0d54fabc924ef2f508643a9a50 (diff)
downloadmidipix_build-6fe1f5b12eae013b27db158fd27190aa8660c365.tar.bz2
midipix_build-6fe1f5b12eae013b27db158fd27190aa8660c365.tar.xz
groups/231.native_packages_etc.group: adds php v8.0.1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'groups/231.native_packages_etc.group')
-rw-r--r--groups/231.native_packages_etc.group8
1 files changed, 7 insertions, 1 deletions
diff --git a/groups/231.native_packages_etc.group b/groups/231.native_packages_etc.group
index 5833d685..9e111340 100644
--- a/groups/231.native_packages_etc.group
+++ b/groups/231.native_packages_etc.group
@@ -7,7 +7,7 @@ alsa_lib apr apr_util bdwgc bmake bochs bzip2 cherokee clzip cmake cron dante db
dosbox doomgeneric emacs enscript expat ffmpeg file gdbm geoip gettext_tiny ghostpdl
giflib gnuchess graphicsmagick gzip hastyhex hexcurse hexer htop icoutils imagemagick infounzip infozip
john lbreakout2 lcms2 less libmetalink lolcode ltris minizip mintty mlogin musl_compat musl_fts ncdu
-ncurses ncursestw ncursesw npth openjazz openjpeg p7zip pcre pcre2 popt potrace procps_ng qemu
+ncurses ncursestw ncursesw npth openjazz openjpeg p7zip pcre pcre2 php popt potrace procps_ng qemu
qpdf qrencode rpm rw shared_mime_info slang sqlite3 tcl tdnf texinfo
tiff tmux tzdb utf8proc util_linux vim vorbis_tools w32api w32lib xorriso xpdf xz yabasic
zstd")";
@@ -298,6 +298,12 @@ zstd")";
: ${PKG_PCRE2_VERSION:=10.36};
: ${PKG_PCRE2_URL:=https://ftp.pcre.org/pub/pcre/pcre2-${PKG_PCRE2_VERSION}.tar.bz2};
: ${PKG_PCRE2_CONFIGURE_ARGS_EXTRA:="--enable-pcre2grep-libz --enable-pcre2grep-libbz2 --enable-pcre2-16 --enable-pcre2-32 --enable-jit"};
+: ${PKG_PHP_DEPENDS:="bzip2 libz libxml2 sqlite3 pcre2"};
+: ${PKG_PHP_SHA256SUM:=208b3330af881b44a6a8c6858d569c72db78dab97810332978cc65206b0ec2dc};
+: ${PKG_PHP_VERSION:=8.0.1};
+: ${PKG_PHP_URL:=https://www.php.net/distributions/php-${PKG_PHP_VERSION}.tar.xz};
+: ${PKG_PHP_CONFIGURE_ARGS_EXTRA:="--with-layout=GNU --with-zlib --with-external-pcre --with-bz2=${PREFIX_NATIVE} --disable-opcache --disable-phar"};
+: ${PKG_PHP_LIBTOOL:=rdlibtool};
: ${PKG_POPT_SHA256SUM:=5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1};
: ${PKG_POPT_VERSION:=1.18};
: ${PKG_POPT_URL:=https://ftp.osuosl.org/pub/blfs/conglomeration/popt/popt-${PKG_POPT_VERSION}.tar.gz};