~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/php-geoip: new aport (http://bugs.alpinelinux.org/issues/4814)

Details
Message ID
<1446821994-3989-1-git-send-email-valery.kartel@gmail.com>
Sender timestamp
1446821994
DKIM signature
missing
Download raw message
Patch: +37 -0
---
 testing/php-geoip/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 testing/php-geoip/APKBUILD

diff --git a/testing/php-geoip/APKBUILD b/testing/php-geoip/APKBUILD
new file mode 100644
index 0000000..2740c74
--- /dev/null
+++ b/testing/php-geoip/APKBUILD
@@ -0,0 +1,37 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=php-geoip
_pkgreal=geoip
pkgver=1.1.0
_pkgver=${pkgver/_rc/RC}
pkgrel=0
pkgdesc="PHP extension allows you to find the location of an IP address"
url="http://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
depends=
pecldepends="php-dev autoconf"
makedepends="$pecldepends geoip-dev"
install=""
subpackages=""
source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz"

_builddir="$srcdir"/$_pkgreal-$_pkgver

build() {
	cd "$_builddir"
	phpize || return 1
	./configure --prefix=/usr || return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make INSTALL_ROOT="$pkgdir/" install || return 1
	install -d "$pkgdir"/etc/php/conf.d || return 1
	echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php/conf.d/$_pkgreal.ini
}

md5sums="1a779f7b3dd275e497846ce302b3776b  geoip-1.1.0.tgz"
sha256sums="82c6deb7264d2ff7c4d6c45a7d27cff7ab097be965795e317e04a9c5b7be98b9  geoip-1.1.0.tgz"
sha512sums="8a0fc698a234d3b2c01f2a0c05c28025d98a5d3dce509ba19ee462abae0fd0f5631d96d3e8bba4fce6c23b278ec3875da5e8535971c7d880e2e307a097dc30a1  geoip-1.1.0.tgz"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)