void-packages/srcpkgs/php-apcu/template

28 lines
629 B
Bash
Raw Normal View History

2016-12-26 09:55:03 +00:00
# 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() {
2016-12-26 10:03:08 +00:00
rm -r $DESTDIR/usr/include
2016-12-26 09:55:03 +00:00
}