Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f88efb7554fa3e1670d73862cc792cfc085b3e68
commit f88efb7554fa3e1670d73862cc792cfc085b3e68 Author: kikadf <[email protected]> Date: Thu Jul 17 14:33:04 2014 +0200 php-pecl-apc-3.1.13-1-x86_64 * Version bump * Use scm source * Build with php-5.5 diff --git a/source/devel-extra/php-pecl-apc/FrugalBuild b/source/devel-extra/php-pecl-apc/FrugalBuild index 9e73efa..eea3242 100644 --- a/source/devel-extra/php-pecl-apc/FrugalBuild +++ b/source/devel-extra/php-pecl-apc/FrugalBuild @@ -2,18 +2,19 @@ # Maintainer: CSÉCSY László <[email protected]> _F_pecl_name="apc" -pkgver=3.1.9 +pkgver=3.1.13 pkgrel=1 pkgdesc="Framework for caching and optimizing PHP intermediate code" -depends=('php>=5.2.9') -Finclude pecl +depends=('php>=5.5.14') +_F_scm_type="git" +_F_scm_url="https://git.php.net/repository/pecl/caching/apc.git" +Finclude scm pecl +_F_archive_name="APC" archs=('i686' 'x86_64') -pkgrel=1 -up2date="lynx -dump http://pecl.php.net/package/$_F_pecl_name | grep '].*stable' -m1 | sed 's/.*APC-\(.*\)\.tgz.*/\1/'" -sha1sums=('417b95e63496de7f785b4917166098c6ac996008') +source=() build() { - Fcd APC-$pkgver + Funpack_scm Fbuildpecl }
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
