Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
fae1152c
Commit
fae1152c
authored
4 years ago
by
Andy Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
community/php7-pecl-oauth: modernize
parent
2a628eb6
No related branches found
No related tags found
1 merge request
!15233
community/php7-pecl-oauth: modernize
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/php7-pecl-oauth/APKBUILD
+9
-9
9 additions, 9 deletions
community/php7-pecl-oauth/APKBUILD
with
9 additions
and
9 deletions
community/php7-pecl-oauth/APKBUILD
+
9
−
9
View file @
fae1152c
# Contributor: Fabio Ribeiro <fabiorphp@gmail.com>
# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com>
pkgname
=
php7-pecl-oauth
_
pkgreal
=
oauth
_
extname
=
oauth
pkgver
=
2.0.7
pkgrel
=
0
pkgdesc
=
"OAuth is an authorization protocol built on top of HTTP
.
"
pkgrel
=
1
pkgdesc
=
"
PHP 7 extension,
OAuth is an authorization protocol built on top of HTTP
- PECL
"
url
=
"https://pecl.php.net/package/oauth"
arch
=
"all"
license
=
"BSD-3-Clause"
depends
=
"php7-common"
makedepends
=
"php7-dev curl-dev"
checkdepends
=
"php7-openssl php7-pcntl php7-posix"
source
=
"https://pecl.php.net/get/
$_
pkgreal
-
$pkgver
.tgz
source
=
"
php-pecl-
$_extname
-
$pkgver
.tgz::
https://pecl.php.net/get/
$_
extname
-
$pkgver
.tgz
pcre.patch"
builddir
=
"
$srcdir
"
/
$_
pkgreal
-
$pkgver
builddir
=
"
$srcdir
"
/
$_
extname
-
$pkgver
provides
=
"php7-oauth=
$pkgver
-r
$pkgrel
"
# for backward compatibility
replaces
=
"php7-oauth"
# for backward compatibility
...
...
@@ -30,15 +30,15 @@ check() {
-d extension=
$_modules
/openssl.so
\
-d extension=
$_modules
/pcntl.so
\
-d extension=
$_modules
/posix.so
\
-d extension=modules/
$_
pkgreal
.so"
-d extension=modules/
$_
extname
.so"
TESTS
==
--show-diff
}
package
()
{
make
INSTALL_ROOT
=
"
$pkgdir
"
/
install
make
INSTALL_ROOT
=
"
$pkgdir
"
install
local
_confdir
=
"
$pkgdir
"
/etc/php7/conf.d
install
-d
$_confdir
echo
"extension=
$_
pkgreal
.so
"
>
$_confdir
/60_
$_
pkgreal
.ini
echo
"extension=
$_
extname
"
>
$_confdir
/60_
$_
extname
.ini
}
sha512sums
=
"261bbe6d1c4299f44ce40030b3959e26f2535c70d01b7a4e870d14c84b0a01e68484e61907554d720667fa08a2ec00b7d43cf2f523800c832f02b093e7b6534a oauth-2.0.7.tgz
sha512sums
=
"261bbe6d1c4299f44ce40030b3959e26f2535c70d01b7a4e870d14c84b0a01e68484e61907554d720667fa08a2ec00b7d43cf2f523800c832f02b093e7b6534a
php-pecl-
oauth-2.0.7.tgz
68d636032d2f3cb2822ea3121a80256b87a04cc5998c4775174366c6a3392dfe3abc00c84cc50aca5745a32ddd2246af129fe5aa17cc415652c52214a84feef9 pcre.patch"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment