25 lines
665 B
Bash
25 lines
665 B
Bash
# Template file for 'php-igbinary'
|
|
pkgname=php-igbinary
|
|
version=3.2.12
|
|
revision=1
|
|
build_wrksrc=igbinary-$version
|
|
build_style=gnu-configure
|
|
hostmakedepends="autoconf php-devel"
|
|
makedepends="php-devel"
|
|
depends="php>7.4.3"
|
|
short_desc="Igbinary is a drop in replacement for the standard php serializer"
|
|
maintainer="Merlin Diavova <merlindiavova@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/igbinary/igbinary/"
|
|
distfiles="https://pecl.php.net/get/igbinary-${version}.tgz"
|
|
checksum=b69cffdf054cc6e6b02893ff77cf440cec8c7a87d2dc00c1af183c212269581c
|
|
|
|
pre_configure() {
|
|
phpize
|
|
}
|
|
|
|
do_install() {
|
|
make INSTALL_ROOT="${DESTDIR}" install
|
|
vlicense COPYING
|
|
}
|