summaryrefslogtreecommitdiff
path: root/pear/Pkgfile
blob: 5eb6063ff87aa9f6dc329486d737f70c99d17214 (plain)
    1 # Description: Framework and distribution system for reusable PHP components
    2 # URL:         http://pear.php.net/
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  php
    5 
    6 name=pear
    7 version=1.10.11
    8 release=1
    9 source=(http://php.net/distributions/php-7.4.5.tar.xz)
   10 
   11 build() {
   12     cd php-7.4.5/pear
   13 
   14     export PHP_PEAR_SYSCONF_DIR=/etc/php
   15     export INSTALL_ROOT=$PKG
   16 
   17     php -n install-pear-nozlib.phar
   18 
   19     rm -r $PKG/.{filemap,lock,depdb*,channels,registry}
   20     rm -r $PKG/usr/lib/php/pear/{docs,tests}
   21 }

Generated by cgit