Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab6855df6d27d6ebdf4fb64dddc097b5542fae1e
commit ab6855df6d27d6ebdf4fb64dddc097b5542fae1e Author: kikadf <[email protected]> Date: Thu Jul 17 14:33:52 2014 +0200 php-pecl-syck-0.9.3-3-x86_64 * Use scm source * Build with php-5.5 diff --git a/source/devel-extra/php-pecl-syck/FrugalBuild b/source/devel-extra/php-pecl-syck/FrugalBuild index 2e81bf8..e9d1e3d 100644 --- a/source/devel-extra/php-pecl-syck/FrugalBuild +++ b/source/devel-extra/php-pecl-syck/FrugalBuild @@ -1,12 +1,27 @@ # Compiling Time: 0.08 SBU -# Maintainer: crazy <[email protected]> +# Maintainer: kikadf <[email protected]> +# Contributor: crazy <[email protected]> _F_pecl_name=syck pkgver=0.9.3 -pkgrel=2 +pkgrel=3 pkgdesc="Syck extension for PHP" -depends=('php>=5.2.6' 're2c' "syck") -Finclude pecl +depends=('php>=5.5.14' 're2c' "syck") +_F_scm_type="git" +_F_scm_url="git://github.com/indeyets/syck.git" +Finclude scm pecl archs=('i686' 'x86_64') -sha1sums=('c015f8527a6dea2644c122f085a2598939f63920') +source=() + +build() +{ + Funpack_scm + cd ext/php || Fdie + phpize || Fdie + Fmake + cd modules + Fexerel /usr/lib/php/$_F_pecl_name.so +} + + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
