opt/pear/Pkgfile

22 lines
524 B
Plaintext
Raw Normal View History

2019-11-23 11:56:57 +01:00
# Description: Framework and distribution system for reusable PHP components
2020-06-06 13:00:05 +02:00
# URL: https://pear.php.net/
2019-11-23 11:56:57 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: php
name=pear
2020-05-15 16:41:51 +02:00
version=1.10.12
2020-11-27 14:14:13 +01:00
release=3
source=(https://php.net/distributions/php-7.4.13.tar.xz)
build() {
2020-11-27 14:14:13 +01:00
cd php-7.4.13/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}
}