# Description: Alternative PHP Cache # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve # URL: http://pecl.php.net/package/APC # Depends on: mod_php name=php-apc version=3.1.9 release=1 source=(http://pecl.php.net/get/APC-$version.tgz apc.ini) build(){ cd APC-$version phpize ./configure --enable-apc-mmap --with-apxs --with-php-config=/usr/bin/php-config make make INSTALL_ROOT=$PKG install install -D $SRC/apc.ini $PKG/etc/php/conf.d/apc.ini }