aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-pecl-oauth/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/php7-pecl-oauth/APKBUILD')
-rw-r--r--community/php7-pecl-oauth/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/php7-pecl-oauth/APKBUILD b/community/php7-pecl-oauth/APKBUILD
deleted file mode 100644
index d7003e262e3..00000000000
--- a/community/php7-pecl-oauth/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Fabio Ribeiro <fabiorphp@gmail.com>
-# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com>
-pkgname=php7-pecl-oauth
-_pkgreal=oauth
-pkgver=2.0.4
-pkgrel=0
-pkgdesc="OAuth is an authorization protocol built on top of HTTP."
-url="https://pecl.php.net/package/oauth"
-arch="all"
-license="BSD-3-Clause"
-depends="php7-common"
-makedepends="php7-dev autoconf re2c pcre2-dev curl-dev"
-source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz
- pcre.patch"
-builddir="$srcdir"/$_pkgreal-$pkgver
-provides="php7-oauth=$pkgver-r$pkgrel" # for backward compatibility
-replaces="php7-oauth" # for backward compatibility
-
-build() {
- phpize7
- ./configure --prefix=/usr --with-php-config=php-config7
- make
-}
-
-check() {
- make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
-}
-
-package() {
- make INSTALL_ROOT="$pkgdir"/ install
- install -d "$pkgdir"/etc/php7/conf.d
- echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/60_$_pkgreal.ini
-}
-
-sha512sums="269b579f87a9f3f229433c74937f74b9b6df453a6e05f7751ca12fa5f24c9ad62d1ebe5cdb370d33d774a0f2e244c1c685a53226dcb35c0005b5532a00c137d4 oauth-2.0.4.tgz
-68d636032d2f3cb2822ea3121a80256b87a04cc5998c4775174366c6a3392dfe3abc00c84cc50aca5745a32ddd2246af129fe5aa17cc415652c52214a84feef9 pcre.patch"