opt/pear/Pkgfile

22 lines
521 B
Plaintext
Raw Normal View History

2019-11-23 11:56:57 +01:00
# Description: Framework and distribution system for reusable PHP components
# URL: http://pear.php.net/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: php
name=pear
2019-11-23 11:56:57 +01:00
version=1.10.9
release=1
2019-11-23 11:56:57 +01:00
source=(http://php.net/distributions/php-7.3.12.tar.xz)
build() {
2019-11-23 11:56:57 +01:00
cd php-7.3.12/pear
2019-01-12 12:52:22 +01:00
export PHP_PEAR_SYSCONF_DIR=/etc/php
export INSTALL_ROOT=$PKG
2019-11-23 11:56:57 +01:00
php -n install-pear-nozlib.phar
2019-01-12 12:52:22 +01:00
rm -r $PKG/.{filemap,lock,depdb*,channels,registry}
rm -r $PKG/usr/lib/php/pear/{docs,tests}
}