mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: php8.1-igbinary-3.2.7
This commit is contained in:
parent
198cf44e5b
commit
0138b1ef1e
1 changed files with 25 additions and 0 deletions
25
srcpkgs/php8.1-igbinary/template
Normal file
25
srcpkgs/php8.1-igbinary/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'php8.1-igbinary'
|
||||||
|
pkgname=php8.1-igbinary
|
||||||
|
version=3.2.7
|
||||||
|
revision=1
|
||||||
|
wrksrc="igbinary-${version}"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-php-config=/usr/bin/php-config8.1"
|
||||||
|
hostmakedepends="autoconf php8.1-devel"
|
||||||
|
makedepends="php8.1-devel"
|
||||||
|
depends="php8.1"
|
||||||
|
short_desc="Igbinary is a drop in replacement for the standard php serializer"
|
||||||
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/igbinary/igbinary/"
|
||||||
|
distfiles="https://pecl.php.net/get/igbinary-${version}.tgz"
|
||||||
|
checksum=d0dc0d0b56a985f4f52cea20717133d3da05368876bc0f94317c1e60e0319e7d
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
phpize8.1
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make INSTALL_ROOT="${DESTDIR}" install
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue