opt/pear/Pkgfile

22 lines
496 B
Plaintext
Raw Normal View History

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