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
ff8a7042
Commit
ff8a7042
authored
3 years ago
by
Andy Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
testing/php7-pecl-swoole: upgrade to 4.6.7 and modernize
parent
9443b554
No related branches found
No related tags found
1 merge request
!20327
testing/php?-pecl-swoole: upgrade to 4.6.7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/php7-pecl-swoole/APKBUILD
+8
-5
8 additions, 5 deletions
testing/php7-pecl-swoole/APKBUILD
with
8 additions
and
5 deletions
testing/php7-pecl-swoole/APKBUILD
+
8
−
5
View file @
ff8a7042
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname
=
php7-pecl-swoole
_extname
=
swoole
pkgver
=
4.6.
4
pkgver
=
4.6.
7
pkgrel
=
0
pkgdesc
=
"Event-driven asynchronous and concurrent networking engine with high performance for PHP."
url
=
"https://pecl.php.net/package/swoole"
arch
=
"all"
license
=
"Apache-2.0"
depends
=
"php7-json php7-mysqlnd php7-openssl php7-sockets"
makedepends
=
"php7-dev openssl-dev nghttp2-dev libucontext-dev"
depends
=
"
php7-curl
php7-json php7-mysqlnd php7-openssl php7-sockets"
makedepends
=
"php7-dev openssl-dev nghttp2-dev libucontext-dev
curl-dev
"
source
=
"php-pecl-
$_extname
-
$pkgver
.tgz::https://pecl.php.net/get/
$_extname
-
$pkgver
.tgz"
builddir
=
"
$srcdir
"
/
$_extname
-
$pkgver
subpackages
=
"
$pkgname
-dev"
...
...
@@ -23,6 +23,7 @@ build() {
--enable-mysqlnd
\
--enable-openssl
--with-openssl-dir
=
/usr
\
--enable-sockets
\
--enable-swoole-curl
\
--enable-swoole-json
\
--enable-http2
make
...
...
@@ -37,7 +38,9 @@ package() {
make
INSTALL_ROOT
=
"
$pkgdir
"
install
local
_confdir
=
"
$pkgdir
"
/etc/php7/conf.d
install
-d
$_confdir
echo
"extension=
$_extname
.so
"
>
$_confdir
/50_
$_extname
.ini
echo
"extension=
$_extname
"
>
$_confdir
/50_
$_extname
.ini
}
sha512sums
=
"d93284d8e3129a802da1ed049436cc7c3dbcbe51e105acd4fa6263ab79d331b9bb7b21845934b3809fb68626425372132d04ad0e7a43fd46af0c0a209227eafd php-pecl-swoole-4.6.4.tgz"
sha512sums
=
"
011e7088952791abb19fdbebf720fd450c41debdb4563fcbe1d95666379d6b38b57b70befcb7ddd904f20e789026f3fb180f4a71ca803390f5d7d0dba716e996 php-pecl-swoole-4.6.7.tgz
"
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