2017-10-31 01:52:12 +01:00
|
|
|
|
# Tanım: php-apache kütüphanesi
|
|
|
|
|
# URL: http://www.php.net
|
|
|
|
|
# Paketçi: halityilmaz1982
|
2017-10-31 02:36:52 +01:00
|
|
|
|
# Gerekler: php7 apache
|
2017-10-31 01:52:12 +01:00
|
|
|
|
|
2017-10-31 02:36:52 +01:00
|
|
|
|
isim=php7-apache
|
2017-10-31 01:52:12 +01:00
|
|
|
|
surum=7.1.4
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://www.php.net/distributions/php-$surum.tar.xz apache.conf)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd php-$surum
|
|
|
|
|
|
|
|
|
|
./configure --disable-all \
|
|
|
|
|
--with-apxs2
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
|
|
install -D -m755 ${SRC}/php-${surum}/libs/libphp7.so ${PKG}/usr/lib/httpd/modules/libphp7.so
|
|
|
|
|
install -D -m644 ${SRC}/apache.conf ${PKG}/etc/httpd/conf/extra/php7_module.conf
|
|
|
|
|
echo "extension=apache.so" > $PKG/etc/php/conf.d/apache.ini
|
|
|
|
|
}
|