opt/pear/Pkgfile

22 lines
524 B
Plaintext

# Description: Framework and distribution system for reusable PHP components
# URL: https://pear.php.net/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: php
name=pear
version=1.10.12
release=3
source=(https://php.net/distributions/php-7.4.13.tar.xz)
build() {
cd php-7.4.13/pear
export PHP_PEAR_SYSCONF_DIR=/etc/php
export INSTALL_ROOT=$PKG
php -n install-pear-nozlib.phar
rm -r $PKG/.{filemap,lock,depdb*,channels,registry}
rm -r $PKG/usr/lib/php/pear/{docs,tests}
}