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 DA49DDC0D52 for ; Fri, 29 Apr 2016 19:14:13 +0000 (UTC) Received: from nm47-vm4.bullet.mail.ne1.yahoo.com (nm47-vm4.bullet.mail.ne1.yahoo.com [98.138.121.100]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 987A8DC0684 for ; Fri, 29 Apr 2016 19:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.br; s=s2048; t=1461957252; bh=70e05aV9okO8GJEcjN10xQCx3UvmckQ1lCv5yvBnDAo=; h=From:To:Cc:Subject:Date:From:Subject; b=hDO4LIQ46jC0XjUJbxj7cyDmGTxnsynmMSd7VVTrvJnfcg6k6mJQGIqDDfR2dtWIpexzvDNLocxliXAYGHG9bUfAXEx30Xxw5H8NLwKr69PCV3EIlOZu+IeIB/KozRdTsQxcXMptm7aIFojwqV2Izpqbwgs36znf6APrFJqi9HrJ8JrPPNj7MZoimGie/tvCEk4ifB54iUWyIaxukJqscjqmo+3q3bs8rMBFh/L46wQRzCwMLoXpEWPpPR3bWkakkF638C1PYCLeV4UAKox8E1ZqfGa+U11xXD/2wDCilUgP2AcX79wfhwKQ0SBI7SKAMPm5X1YXbhEGAaTDZ9QHQw== Received: from [127.0.0.1] by nm47.bullet.mail.ne1.yahoo.com with NNFMP; 29 Apr 2016 19:14:12 -0000 Received: from [98.138.100.112] by nm47.bullet.mail.ne1.yahoo.com with NNFMP; 29 Apr 2016 19:11:19 -0000 Received: from [98.138.226.125] by tm103.bullet.mail.ne1.yahoo.com with NNFMP; 29 Apr 2016 19:11:19 -0000 Received: from [127.0.0.1] by smtp204.mail.ne1.yahoo.com with NNFMP; 29 Apr 2016 19:10:02 -0000 X-Yahoo-Newman-Id: 677065.4663.bm@smtp204.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-4 X-YMail-OSG: CtehYo4VM1nqI4wu0hVVnx0ioRnI7DHiJnazt2d.qf2TqnY pYAec3XlkHy2gLdYdTfhdqXtuYxmqrxFuOHKiXdovtpg4cESTWTmMsDKWCv. MD7E2azOIdq58XZzcA_VGgtBue.vqxKa7FYuzoDI2UBiZjRw7dxiguCl6XdZ 2wqBSjdJkAbzTQRkC3P7aLqG1JqMpVMuGDN0cIeM53eP5DYXiC3nWCCfazFX 7x5TwKkiw3qoREChEar4tAkaTcoA8CPura9drpHfRj8QlpdjVqn7Ir.s4BXT iCGVfK46yYn4bERrhqF_OGYt3ZZnP4JfeSBiVcmee06aYwwmhD.v8ZYyKVpP TzUK4mnvciAHX1q50QDai9Bp86MPiAGXnGtVJ4dRzcSMN8f4xcuynTdCFq8N ghmQ28BHS_HdnkMky3uUTJ080EBYaWWhqSGEDdOFtq3ODI9is4Z87BB1v31p e08lJLTni.161uBPcDVTRTkYPZTfcW15ibmTqRLj9BcZvhyFGsHdqm15_5yQ MCkGYlBMQHnV9DQd4oG1e5hyW1YFVH7_jGggu3HLNYX9.0e9Mrw-- X-Yahoo-SMTP: u0EqpIaswBBzZ6puBBIUji_fe4fnnw-- From: Luis Baroni To: alpine-aports@lists.alpinelinux.org Cc: Luis Baroni Subject: [alpine-aports] [PATCH] testing/php-xdebug: install package as a zend extension Date: Fri, 29 Apr 2016 19:10:24 +0000 Message-Id: <1461957024-9631-1-git-send-email-lcsbaroni@yahoo.com.br> X-Mailer: git-send-email 2.8.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/php-xdebug/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/testing/php-xdebug/APKBUILD b/testing/php-xdebug/APKBUILD index ec2119f..5625ce0 100644 --- a/testing/php-xdebug/APKBUILD +++ b/testing/php-xdebug/APKBUILD @@ -1,10 +1,11 @@ -# Contributor: Valery Kartel -# Maintainer: Valery Kartel +# Contributor: Luis Baroni +# Maintainer: Luis Baroni pkgname=php-xdebug _pkgreal=xdebug +_pkgpath=/usr/lib/php/modules/ pkgver=2.3.3 _pkgver=${pkgver/_rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="PHP extension provides functions for function traces and profiling" url="http://pecl.php.net/package/$_pkgreal" arch="all" @@ -29,7 +30,7 @@ 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 + echo "zend_extension=$_pkgpath$_pkgreal.so" > "$pkgdir"/etc/php/conf.d/$_pkgreal.ini } md5sums="60e6fdf41840104a23debe16db15a2af xdebug-2.3.3.tgz" -- 2.8.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---