X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id ECEDBDC14DD for ; Sat, 19 Mar 2016 13:13:41 +0000 (UTC) Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id BE4B8DC00D8 for ; Sat, 19 Mar 2016 13:13:40 +0000 (UTC) Received: by mail-qk0-f170.google.com with SMTP id s68so60203042qkh.3 for ; Sat, 19 Mar 2016 06:13:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dafiti.com.br; s=google; h=mime-version:from:to:cc:subject:date:message-id :content-transfer-encoding; bh=j6uFGmnmBWkhxCZGz66M70w2bLIoEPoThMCf0nfhC+c=; b=eFskafgsFvFKzKGJshh3bmYWESUUCAnZnfsKfVdc7biyvgTJZHt/ZNso5q+Ld8ggQv q0fHopxQrTBi2EzuOc8ooHkBgqQwqaaFjKGW8bTay3vxF92VoBxYlqHc79iqI5fU9P5u S3Jrw1c2xJ6JRPvZnVgBB59qDjSiokhxudecE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:to:cc:subject:date:message-id :content-transfer-encoding; bh=j6uFGmnmBWkhxCZGz66M70w2bLIoEPoThMCf0nfhC+c=; b=BOUiSQr8KC1l4StOb1V9TvT04aezAl/1k69ufQ3hehbQm9ZfbAENQAFC8wLTTUh/zD ybAflva5PcU8aYWpYit6WGG+wD1fPlG87wjGorBuGC/031EE0SKdaDQhc34XhGdGe+nK 9omFRG+2AdDH/fo8nmEcn7LJgY19bUX3qz5toD090KKnUTWFOLzZ2MEiEGDvlVepV5bi E0uMlQUnHkElvFhw1j0Lo8YxGtZq673xgQFToIenWHi/XSx5eypWmX4UUH0pZSBpZ2q0 Xaz+DUahK8tOAC98/nhwIdf8ej6ZU276PaJHYVc8iUOQrC8vJe1mE0OErU0h7bNb4009 U16g== X-Gm-Message-State: AD7BkJIMzDgnNaF7mKF/LWX5LIu6sVUwvqjYINmZGP7x8DTpimA1TOmU7LEC4mbnBrHL4kVRRTmNZMeT3ss6hgaFw2OUvL0t+lSrIaCvc+L94xvNfpgcbDj0kh/gQEf1eGJIc2Nz5fCRX3YRA5e7Gg== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.55.77.202 with SMTP id a193mr28982295qkb.48.1458393220017; Sat, 19 Mar 2016 06:13:40 -0700 (PDT) Received: from localhost.localdomain ([201.52.216.254]) by smtp.gmail.com with ESMTPSA id i67sm8068852qhi.45.2016.03.19.06.13.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 19 Mar 2016 06:13:39 -0700 (PDT) From: Fabio da Silva Ribeiro To: alpine-aports@lists.alpinelinux.org Cc: Fabio da Silva Ribeiro Subject: [alpine-aports] [PATCH] testing/php7-memcached: PHP7 Memcached library Date: Sat, 19 Mar 2016 10:13:33 -0300 Message-Id: <1458393213-12237-1-git-send-email-silva.ribeiro@dafiti.com.br> X-Mailer: git-send-email 2.1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP --- testing/php7-memcached/APKBUILD | 41 +++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 41 insertions(+) create mode 100644 testing/php7-memcached/APKBUILD diff --git a/testing/php7-memcached/APKBUILD b/testing/php7-memcached/APKBU= ILD new file mode 100644 index 0000000..e0aa217 --- /dev/null +++ b/testing/php7-memcached/APKBUILD @@ -0,0 +1,41 @@ +# Contributor: Fabio Ribeiro +# Maintainer: Fabio Ribeiro +pkgname=3Dphp7-memcached +_pkgreal=3Dmemcached +_pkgrepo=3Dphp-memcached +_pkgbranch=3Dphp7 +pkgver=3D3.0.0b1 +pkgrel=3D0 +pkgdesc=3D"PHP extension for interfacing with memcached via libmemcached l= ibrary" +url=3D"https://github.com/$_pkgrepo-dev/$_pkgrepo/tree/$_pkgbranch" +arch=3D"all" +license=3D"PHP" +depends=3D +pecldepends=3D"php7-dev autoconf zlib-dev" +makedepends=3D"$pecldepends libmemcached-dev" +install=3D"" +subpackages=3D"" +source=3D"https://github.com/$_pkgrepo-dev/$_pkgrepo/archive/$_pkgbranch.t= ar.gz" + +_builddir=3D"$srcdir"/$_pkgrepo-$_pkgbranch + +build() { + cd "$_builddir" + phpize7 || return 1 + ./configure \ + --prefix=3D/usr \ + --disable-memcached-sasl \ + --with-php-config=3Dphp-config7 || return 1 + make || return 1 +} + +package() { + cd "$_builddir" + make INSTALL_ROOT=3D"$pkgdir/" install || return 1 + install -d "$pkgdir"/etc/php7/conf.d || return 1 + echo "extension=3D$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini +} + +md5sums=3D"88925dbf4c135a52fb0372ab111e6069 php7.tar.gz" +sha256sums=3D"a245d0605e9959a2b91551696560b99c59b04d4a8d037e3f2db490f97bfe= 8d46 php7.tar.gz" +sha512sums=3D"8f3c7afab1a1211dbba8c29f74f30a524790103ee4dfac64005074675c8a= 8a5aa31fe9b58b6146e2b3e8bad04a20390a30a9f372c6e806209ac21fe0da9d813d php7.= tar.gz" --=20 2.1.4 --=20 *** Esta mensagem, incluindo seus anexos, pode conter informa=E7=F5es confidenc= iais=20 e/ou privilegiadas. Se voc=EA n=E3o for a pessoa autorizada a receber esta= =20 mensagem, n=E3o pode usar, copiar ou divulgar as informa=E7=F5es nela conti= das ou=20 tomar qualquer a=E7=E3o baseada nessas informa=E7=F5es. Caso esta mensagem = tenha=20 sido recebida por engano, por favor avise imediatamente o remetente,=20 respondendo o e-mail e em seguida elimine-a do seu sistema. Agradecemos sua= =20 coopera=E7=E3o. This message, including any attachments, may contain confidential and/or=20 privileged information. If you are not the addressee or authorized to=20 receive this for the addressee, you must not use, copy, disclose or take=20 any action based on this message or any information herein. If you have=20 received this message in error, please advise the sender immediately by=20 reply e-mail and delete this message.Thank you for your cooperation --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---