aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-07 14:00:06 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-07 14:00:06 +0000
commita4211f462c78d9d391d2812796762f94fa9640c8 (patch)
tree2787db51b999f416407a374d6892ca9d9996b3aa /community
parentfdd15dbaaef1b8071ddf3c776ff08e4ff5828b34 (diff)
downloadaports-a4211f462c78d9d391d2812796762f94fa9640c8.tar.bz2
aports-a4211f462c78d9d391d2812796762f94fa9640c8.tar.xz
community/php7-pear-net_idna2: install in the PEAR dir
Diffstat (limited to 'community')
-rw-r--r--community/php7-pear-net_idna2/APKBUILD4
-rw-r--r--community/php7/APKBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/community/php7-pear-net_idna2/APKBUILD b/community/php7-pear-net_idna2/APKBUILD
index 35972c6f4f..db076def9e 100644
--- a/community/php7-pear-net_idna2/APKBUILD
+++ b/community/php7-pear-net_idna2/APKBUILD
@@ -3,7 +3,7 @@ _php=php7
pkgname=${_php}-pear-net_idna2
_realname=Net_IDNA2
pkgver=0.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Punycode encoding and decoding"
url="http://pear.php.net/package/Net_IDNA2/"
arch="noarch"
@@ -18,7 +18,7 @@ build() {
}
package() {
- _phpdir="usr/lib/${_php}"
+ _phpdir="usr/share/${_php}"
cd "$builddir"
mkdir -p "$pkgdir"/$_phpdir/PEAR && \
cp -R Net "$pkgdir"/$_phpdir/PEAR
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD
index 7067d076bc..3a3b2beafb 100644
--- a/community/php7/APKBUILD
+++ b/community/php7/APKBUILD
@@ -3,7 +3,7 @@
pkgname=php7
_pkgreal=php
pkgver=7.0.17
-pkgrel=2
+pkgrel=3
pkgdesc="The PHP language runtime engine - 7th branch"
url="http://www.php.net/"
arch="all"
@@ -35,6 +35,7 @@ source="http://php.net/distributions/$_pkgreal-$pkgver.tar.bz2
fix-asm-constraints-in-aarch64-multiply-macro.patch
pid_log.patch
libressl.patch
+ php-ini.patch
"
builddir="$srcdir/$_pkgreal-$pkgver"
@@ -354,4 +355,5 @@ f1177cbf6b1f44402f421c3d317aab1a2a40d0b1209c11519c1158df337c8945f3a313d689c93976
199aecdbd3b4035aabf5379c215f82412d3c98b79a1ee186944e7fe1f0ed6f40789ea30e2355149491de6be34fc66c5e486e2a79a7e41ab2ae18706ef3ffe79b includedir.patch
d93d3fc015580cf5f75c6cbca4cd980e054b61e1068495da81a7e61f1af2c9ae14f09964c04928ad338142de78e4844aed885b1ad1865282072999fb045c8ad7 fix-asm-constraints-in-aarch64-multiply-macro.patch
82231c7b27b4d044272857dc713674884715ed8e36e54be06faa5d2a949ba4bca597628958a9c5683ec51c36e05a00f6be811c7e95112b0314c98528f584a8d6 pid_log.patch
-d04d7cccae789ebf607f4fd107c26b580752353c8636c6c509123285063d274f3fb4aa28e0b31677515435e41a234e9990d45ceb70756ac7f7aa4cb9b11faecb libressl.patch"
+d04d7cccae789ebf607f4fd107c26b580752353c8636c6c509123285063d274f3fb4aa28e0b31677515435e41a234e9990d45ceb70756ac7f7aa4cb9b11faecb libressl.patch
+46e2f1e64b66722e860166b3e2a9582964c7cb2fb89ec78d6a18fc6d41e605183ba84f2548154df13af693ea13736a85e26b2fa471caffc34ab1e18854b9b25e php-ini.patch"