user/php83-pecl-inotify: drop due migration to ilot iports
This commit is contained in:
parent
2f4998dfb6
commit
7870ee72dc
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
||||||
# Contributor: Fabio Ribeiro <fabiorphp@gmail.com>
|
|
||||||
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
|
|
||||||
pkgname=php83-pecl-inotify
|
|
||||||
_extname=inotify
|
|
||||||
pkgver=3.0.0
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="Inotify bindings for PHP 8.3"
|
|
||||||
url="https://pecl.php.net/package/inotify"
|
|
||||||
arch="all"
|
|
||||||
license="PHP-3.01"
|
|
||||||
depends="php83-common"
|
|
||||||
makedepends="php83-dev"
|
|
||||||
source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$pkgver.tgz"
|
|
||||||
builddir="$srcdir"/$_extname-$pkgver
|
|
||||||
|
|
||||||
build() {
|
|
||||||
phpize83
|
|
||||||
./configure --prefix=/usr --with-php-config=php-config83
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
check() {
|
|
||||||
make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
make INSTALL_ROOT="$pkgdir" install
|
|
||||||
local _confdir="$pkgdir"/etc/php83/conf.d
|
|
||||||
install -d $_confdir
|
|
||||||
echo "extension=$_extname" > $_confdir/70_$_extname.ini
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
f8b29f8611f16b92136ab8de89181c254bba1abee1e61cac2344440567a3155aae4b9b54b10fdb1b0254fd7a96da8c14b7dc5c9f7f08a03db30ab1645aca1eee php-pecl-inotify-3.0.0.tgz
|
|
||||||
"
|
|
Loading…
Reference in a new issue