New package: php-apcu-5.1.7
This commit is contained in:
parent
74edf7e683
commit
afa9925c36
2 changed files with 30 additions and 0 deletions
3
srcpkgs/php-apcu/INSTALL.msg
Normal file
3
srcpkgs/php-apcu/INSTALL.msg
Normal file
|
@ -0,0 +1,3 @@
|
|||
To enable APCu add the following line to your php.ini:
|
||||
|
||||
extension=apcu.so
|
27
srcpkgs/php-apcu/template
Normal file
27
srcpkgs/php-apcu/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'php-apcu'
|
||||
pkgname=php-apcu
|
||||
version=5.1.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="php-devel autoconf pcre-devel"
|
||||
makedepends="php-devel"
|
||||
depends="php"
|
||||
short_desc="In-memory key-value store for PHP"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="PHP"
|
||||
homepage="https://pecl.php.net/package/APCu"
|
||||
distfiles="https://pecl.php.net/get/apcu-$version.tgz"
|
||||
checksum=e71e12985f52d4f4311beedf54540a16b76cf7d2d8b8c1028ec4491d4c0f962c
|
||||
wrksrc="apcu-$version"
|
||||
|
||||
pre_configure() {
|
||||
phpize
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
make_install_args="INSTALL_ROOT=$DESTDIR"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm $DESTDIR/usr/include
|
||||
}
|
Loading…
Reference in a new issue