diff options
| author | Andy Postnikov <apostnikov@gmail.com> | 2017-05-25 15:18:17 +0300 |
|---|---|---|
| committer | Shiz <hi@shiz.me> | 2017-06-03 13:47:23 +0200 |
| commit | 25e3c67fc75aad613fa8e08d6929f596ac3605d7 (patch) | |
| tree | ee9d95ed2780ee2d52f5c67e817e3eec9fc555c1 /testing/php7-oauth | |
| parent | ba84e1bde7092a04061680e645e7665aac44d8dc (diff) | |
| download | aports-25e3c67fc75aad613fa8e08d6929f596ac3605d7.tar.bz2 aports-25e3c67fc75aad613fa8e08d6929f596ac3605d7.tar.xz | |
testing/php7-oauth: move to community
Diffstat (limited to 'testing/php7-oauth')
| -rw-r--r-- | testing/php7-oauth/APKBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/php7-oauth/APKBUILD b/testing/php7-oauth/APKBUILD deleted file mode 100644 index 31ece6e24b..0000000000 --- a/testing/php7-oauth/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor: Fabio Ribeiro <fabiorphp@gmail.com> -# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> -pkgname=php7-oauth -_pkgreal=oauth -pkgver=2.0.2 -pkgrel=1 -pkgdesc="OAuth is an authorization protocol built on top of HTTP." -url="http://pecl.php.net/package/$_pkgreal" -arch="all" -license="PHP" -depends= -makedepends="php7-dev autoconf pcre-dev" -install="" -subpackages="" -source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" - -builddir="$srcdir"/$_pkgreal-$pkgver - -build() { - cd "$builddir" - phpize7 || return 1 - ./configure --prefix=/usr --with-php-config=php-config7 || return 1 - make || return 1 -} - -package() { - cd "$builddir" - make INSTALL_ROOT="$pkgdir"/ install || return 1 - install -d "$pkgdir"/etc/php7/conf.d || return 1 - echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/60_$_pkgreal.ini -} - -md5sums="2f133a53b0949544ed5cfe9b668ce55a oauth-2.0.2.tgz" -sha256sums="87ce1a5d585f439f0ead2683f2f7dca76d538df9143da681978356b5e1c6e8e8 oauth-2.0.2.tgz" -sha512sums="b7aa9459542ec390a5420127d75607702ae6df6254f4e39acb62d35c6a39b8b7990499c279df07ce681081e455b55219c51df42fd516321f317465badf6d459d oauth-2.0.2.tgz" |
