Skip to content
Snippets Groups Projects
Commit 9bf01031 authored by alice's avatar alice
Browse files

community/php81-pecl-amqp: autoinstall with php-pecl-amqp

parent 9af093f8
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=php81-pecl-amqp
_extname=amqp
pkgver=1.11.0
pkgrel=0
pkgrel=1
pkgdesc="PHP 8.1 extension to communicate with any AMQP spec 0-9-1 compatible server - PECL"
url="https://pecl.php.net/package/amqp"
arch="all"
......@@ -15,6 +15,8 @@ makedepends="$_php-dev rabbitmq-c-dev"
source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$pkgver.tgz"
builddir="$srcdir/$_extname-$pkgver"
install_if="php-$_extname php$_phpv"
build() {
phpize$_phpv
./configure --prefix=/usr --with-php-config=php-config$_phpv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment