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 8CD91DC141A for ; Fri, 11 Mar 2016 20:33:24 +0000 (UTC) Received: from mail-qg0-f46.google.com (mail-qg0-f46.google.com [209.85.192.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 505D0DC0173 for ; Fri, 11 Mar 2016 20:33:23 +0000 (UTC) Received: by mail-qg0-f46.google.com with SMTP id y89so108046957qge.2 for ; Fri, 11 Mar 2016 12:33:23 -0800 (PST) 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=Q+KVofzm+dj5oGJx0Ys7XUKztY0aYlTSjYc4Xd0e2yE=; b=iSw4sDfszGPJsds5qoiYNyEGFdTnCmQQRPMTGwkMlH8WqyNU77Qt7ZqGdEPb8Z9ZZC cPgINImWJCECdLBE8wnRCLXLj6PoBKK2Bv53soJWx4vnXVNn+FePWxyH2+CRlj2ROFUX 4AOHU6B6H9dCLXYV8/s7BPu1LHp6w2SdPPDwY= 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=Q+KVofzm+dj5oGJx0Ys7XUKztY0aYlTSjYc4Xd0e2yE=; b=kJKh6OHOUoPl/N/Zul7NPB1DUqRiVCTtaWoNwZKr9ajpsHs9LyI8M3AX+iHDFoInAF k2bfmN5/CjQbl2t4kuGx+QKV6D/XaS1di+Q8vHTQ2eZnZ0T/TNsY81qcUwfG/OjzAByW 2aHJu4UHFL8i8uCJwK+pu7J/envAWOe/9D8BzLbk4QvGgpb4P4Q2QleC2QzNMnN9/tmp 5TTEgWoBwLALkwBfbKhnx9PoIU28PD/+RFrU6SrDoMX0TRLJH6BLtuuiqzypnvW9At7R 1q4BGh0OYBS7+db+Eh9WKA0ldjJQISD80YV8VsbJsxml0cGv2/XziXME2WZIv0MIT2sq p7wQ== X-Gm-Message-State: AD7BkJKbTV7DKV3/hQ6L4s5rSKCpRI7Vfbkq6648rplwigVY2EiXfmqZQoSNf0xCOZpIb9IShD6NRa8XUVbLMFVu6Gv8F0ngZBru3MAVIUVj2RhWBzqS0fPKc5uCsxChn8rgBL+3gx98cA+mW5rttQ== 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.140.92.180 with SMTP id b49mr14352776qge.81.1457728402825; Fri, 11 Mar 2016 12:33:22 -0800 (PST) Received: from hendrix.dafiti.local ([200.205.195.2]) by smtp.gmail.com with ESMTPSA id i67sm4654150qhi.45.2016.03.11.12.33.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 11 Mar 2016 12:33:22 -0800 (PST) From: Fabio da Silva Ribeiro To: alpine-aports@lists.alpinelinux.org Cc: Fabio da Silva Ribeiro Subject: [alpine-aports] [PATCH] testing/php7-xdebug: PHP7 Xdebug package Date: Fri, 11 Mar 2016 17:33:17 -0300 Message-Id: <1457728397-29745-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-xdebug/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 testing/php7-xdebug/APKBUILD diff --git a/testing/php7-xdebug/APKBUILD b/testing/php7-xdebug/APKBUILD new file mode 100644 index 0000000..cb307f9 --- /dev/null +++ b/testing/php7-xdebug/APKBUILD @@ -0,0 +1,37 @@ +# Contributor: Fabio Ribeiro +# Maintainer: Fabio Ribeiro +pkgname=3Dphp7-xdebug +_pkgreal=3Dxdebug +pkgver=3D2.4.0 +_pkgver=3D${pkgver/_rc/RC} +pkgrel=3D0 +pkgdesc=3D"PHP extension provides functions for function traces and profil= ing" +url=3D"http://pecl.php.net/package/$_pkgreal" +arch=3D"all" +license=3D"PHP" +depends=3D +pecldepends=3D"php7-dev autoconf" +makedepends=3D"$pecldepends" +install=3D"" +subpackages=3D"" +source=3D"http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" + +_builddir=3D"$srcdir"/$_pkgreal-$_pkgver + +build() { + cd "$_builddir" + phpize7 || return 1 + ./configure --prefix=3D/usr --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 "zend_extension=3D$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgrea= l.ini +} + +md5sums=3D"f49fc01332468f8b753fb37115505fb5 xdebug-2.4.0.tgz" +sha256sums=3D"3c4dcb2709d1653534e7cfaa546307041afd298ac48a3670183a12cfdb5e= ee05 xdebug-2.4.0.tgz" +sha512sums=3D"3cc4b5d0cec8048543a9b34a61479303b15fe765d24507a2d24ac42f2f18= c625cccc3c44b2e4dacb923f05dd429df8ca3a8909a9def9920d3f44514a31f7cf29 xdebu= g-2.4.0.tgz" --=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 ---