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 A1122DC0977 for ; Thu, 7 Apr 2016 03:44:55 +0000 (UTC) Received: from mail-qk0-f169.google.com (mail-qk0-f169.google.com [209.85.220.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 72B7CDC01BD for ; Thu, 7 Apr 2016 03:44:53 +0000 (UTC) Received: by mail-qk0-f169.google.com with SMTP id o6so26018864qkc.2 for ; Wed, 06 Apr 2016 20:44:53 -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=j8df+1ZiAm6BcHuJc10VH7yOQQIrYAMqmB+KzWV61Jk=; b=RM+n3+oztZlLn8oDfjW0ojZjHH3M6FIU9rl+qgnbX1FDqkgUldnAwzEdUKSXWcFEOJ mHRtYd8A7HoSMJypK+fz2wIcmjKLlUUC7dAjZ3XJ5GxbdTLNmZlzFXsRw98fdGlU3aC6 GqtXOuszF41CxUtkokbb5HE4WHdpspinyf5wo= 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=j8df+1ZiAm6BcHuJc10VH7yOQQIrYAMqmB+KzWV61Jk=; b=IRs8XFWpQAJTPwE4X6y68EnLXvuA9wVDPQxM4eZoWUqht82g4v/Dc6HwF0VIPwCP/D 6c+hn9wsSaqIuCCqh12ozQ281BQMdbG4FUNjvULm/ofkW0Hb0jKZZ3jIMHHQXTVBI6QU YVtnrYN9aftxPRV3NvzC5gI5mbDLIGqNhZBpDP/Zg7HYkJA/tLyuVn4uUfMwMeamLy3y Jl5gOnuLGm3JEYUxwwZyuixilA8dx2pM9SqAgPMJX3w3VS3tuk50GXo3g4niQTqtxida 0L6cuOugT7uYRriPKky640ii9O5ED/+Nnr/eX49elDlrD8fWRnZQ/G0k5633FD45Gbxr t4ow== X-Gm-Message-State: AD7BkJJsVw++f7Fb2bj+JyhZmOQOjKyICWu1A6yE66HuK6XN0Hr8FvZfjmbtI9AjOM6bwioGcp9QgH6NiW4dplB32QJyruIwIG+IBjSobrSO2RNx5AZE9FoxMIOGmMOhqkao3JxhDrIBlKWeRX4t0Q== 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.73.6 with SMTP id w6mr857305qka.82.1460000693219; Wed, 06 Apr 2016 20:44:53 -0700 (PDT) Received: from hendrix.dafiti.local ([200.205.195.2]) by smtp.gmail.com with ESMTPSA id n48sm2627729qgd.38.2016.04.06.20.44.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Apr 2016 20:44:52 -0700 (PDT) From: Fabio da Silva Ribeiro To: alpine-aports@lists.alpinelinux.org Cc: Fabio da Silva Ribeiro Subject: [alpine-aports] [PATCH] testing/php7-lzf: PHP7 LZF package Date: Thu, 7 Apr 2016 00:44:49 -0300 Message-Id: <1460000689-30712-1-git-send-email-silva.ribeiro@dafiti.com.br> X-Mailer: git-send-email 2.5.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP --- testing/php7-lzf/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 testing/php7-lzf/APKBUILD diff --git a/testing/php7-lzf/APKBUILD b/testing/php7-lzf/APKBUILD new file mode 100644 index 0000000..8a1769d --- /dev/null +++ b/testing/php7-lzf/APKBUILD @@ -0,0 +1,37 @@ +# Contributor: Fabio Ribeiro +# Maintainer: Fabio Ribeiro +pkgname=3Dphp7-lzf +_pkgreal=3DLZF +pkgver=3D1.6.5 +_pkgver=3D${pkgver} +pkgrel=3D0 +pkgdesc=3D"This package handles LZF de/compression." +url=3D"http://pecl.php.net/package/$_pkgreal" +arch=3D"x86_64 armhf" +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 "extension=3D$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.= ini +} + +md5sums=3D"d02dc10685fc071d7fc988508f3c3aa8 LZF-1.6.5.tgz" +sha256sums=3D"dd116d12a3be985f42256650ce9a033fd3c4e8da4f2280c79fb9fd6a7319= 9a4c LZF-1.6.5.tgz" +sha512sums=3D"0c34bf7c62be1d963dd229733836103a965dc5e24e663f48fba4a65cd3ac= a2dcc311069c3fd90d944359051eae51ba427f28a024e2214638a4c7886c08d1912d LZF-1= .6.5.tgz" --=20 2.5.0 --=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 ---