From 8a4ebe281981bbdb4d8496758530b068177f3077 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Wed, 27 Mar 2019 16:03:08 +0200 Subject: testing/php7-pecl-inotify: moved from testing/php7-inotify --- testing/php7-inotify/APKBUILD | 36 ------------------------------------ testing/php7-pecl-inotify/APKBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 36 deletions(-) delete mode 100644 testing/php7-inotify/APKBUILD create mode 100644 testing/php7-pecl-inotify/APKBUILD (limited to 'testing') diff --git a/testing/php7-inotify/APKBUILD b/testing/php7-inotify/APKBUILD deleted file mode 100644 index e1ef7a9d0a..0000000000 --- a/testing/php7-inotify/APKBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Contributor: Fabio Ribeiro -# Maintainer: Fabio Ribeiro -pkgname=php7-inotify -_pkgreal=inotify -pkgver=2.0.0 -_pkgver=${pkgver} -pkgrel=4 -pkgdesc="Inotify bindings for PHP" -url="https://pecl.php.net/package/$_pkgreal" -arch="all" -license="PHP" -depends="" -makedepends="php7-dev autoconf" -source="https://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" -builddir="$srcdir"/$_pkgreal-$_pkgver - -build() { - cd "$builddir" - phpize7 - ./configure --prefix=/usr --with-php-config=php-config7 - make -} - -check() { - cd "$builddir" - make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test -} - -package() { - cd "$builddir" - make INSTALL_ROOT="$pkgdir"/ install - install -d "$pkgdir"/etc/php7/conf.d - echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/70_$_pkgreal.ini -} - -sha512sums="0547fdafd8177d41c2a92251cd85f046959ec8594236dc3d14396df0119a78cc6811973b641b95d1036b4325f9e97f0f9e9b181ae1dea79fc343f01777b6966d inotify-2.0.0.tgz" diff --git a/testing/php7-pecl-inotify/APKBUILD b/testing/php7-pecl-inotify/APKBUILD new file mode 100644 index 0000000000..7a940bb6d4 --- /dev/null +++ b/testing/php7-pecl-inotify/APKBUILD @@ -0,0 +1,38 @@ +# Contributor: Fabio Ribeiro +# Maintainer: Fabio Ribeiro +pkgname=php7-pecl-inotify +_pkgreal=inotify +pkgver=2.0.0 +_pkgver=${pkgver} +pkgrel=5 +pkgdesc="Inotify bindings for PHP" +url="https://pecl.php.net/package/$_pkgreal" +arch="all" +license="PHP" +depends="" +makedepends="php7-dev autoconf" +source="https://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" +builddir="$srcdir"/$_pkgreal-$_pkgver +provides="php7-inotify=$pkgver-r$pkgrel" # for backward compatibility +replaces="php7-inotify" # for backward compatibility + +build() { + cd "$builddir" + phpize7 + ./configure --prefix=/usr --with-php-config=php-config7 + make +} + +check() { + cd "$builddir" + make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test +} + +package() { + cd "$builddir" + make INSTALL_ROOT="$pkgdir"/ install + install -d "$pkgdir"/etc/php7/conf.d + echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/70_$_pkgreal.ini +} + +sha512sums="0547fdafd8177d41c2a92251cd85f046959ec8594236dc3d14396df0119a78cc6811973b641b95d1036b4325f9e97f0f9e9b181ae1dea79fc343f01777b6966d inotify-2.0.0.tgz" -- cgit v1.2.3