~alpine/aports

testing/php-rrd: APKBUILD recreated with apkbuild-pecl. No rebuild needed. v1 PROPOSED

Valery Kartel: 1
 testing/php-rrd: APKBUILD recreated with apkbuild-pecl. No rebuild needed.

 1 files changed, 11 insertions(+), 19 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1287/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/php-rrd: APKBUILD recreated with apkbuild-pecl. No rebuild needed. Export this patch

---
 testing/php-rrd/APKBUILD | 30 +++++++++++-------------------
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/testing/php-rrd/APKBUILD b/testing/php-rrd/APKBUILD
index e1c229a..ba235d7 100644
--- a/testing/php-rrd/APKBUILD
+++ b/testing/php-rrd/APKBUILD
@@ -1,30 +1,22 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Diaz Devera Victor <vitronic2@gmail.com>

pkgname=php-rrd
_pkgreal=rrd
pkgver=1.1.3
_pkgver=${pkgver/_rc/RC}
pkgrel=0
pkgdesc="PHP bindings to rrd tool system"
url="http://pecl.php.net/package/rrd"
pkgdesc="PHP extension that provides bindings to rrd tool system"
url="http://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
depends=
depends_dev="php-dev"
makedepends="$depends_dev rrdtool-dev autoconf"
pecldepends="php-dev autoconf"
makedepends="$pecldepends rrdtool-dev"
install=""
subpackages=""
source="http://pecl.php.net/get/rrd-$pkgver.tgz"

_builddir="$srcdir/rrd-$pkgver"
source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz"

prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}
_builddir="$srcdir"/$_pkgreal-$_pkgver

build() {
	cd "$_builddir"
@@ -35,9 +27,9 @@ build() {

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

md5sums="bde6c50fa2aa39090ed22e574ac71c5a  rrd-1.1.3.tgz"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---