Date: Thursday, October 10, 2013 @ 14:55:55 Author: pierre Revision: 196273
archrelease: copy trunk to testing-i686, testing-x86_64 Added: php-xcache/repos/testing-i686/ php-xcache/repos/testing-i686/PKGBUILD (from rev 196272, php-xcache/trunk/PKGBUILD) php-xcache/repos/testing-i686/xcache.ini (from rev 196272, php-xcache/trunk/xcache.ini) php-xcache/repos/testing-x86_64/ php-xcache/repos/testing-x86_64/PKGBUILD (from rev 196272, php-xcache/trunk/PKGBUILD) php-xcache/repos/testing-x86_64/xcache.ini (from rev 196272, php-xcache/trunk/xcache.ini) ---------------------------+ testing-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ testing-i686/xcache.ini | 3 +++ testing-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ testing-x86_64/xcache.ini | 3 +++ 4 files changed, 88 insertions(+) Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 196272, php-xcache/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-10-10 12:55:55 UTC (rev 196273) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Pierre Schmitz <pie...@archlinux.de> + +pkgname=php-xcache +pkgver=3.1.0 +pkgrel=1 +arch=('i686' 'x86_64') +pkgdesc='A PHP opcode cacher' +url='http://xcache.lighttpd.net/' +depends=('php') +license=('custom') +source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2" + 'xcache.ini') +backup=('etc/php/conf.d/xcache.ini') +md5sums=('e5816d47d52be200b959bf69a673ff74' + '8fd9ce537ada9463c4b0c042243158c0') + +build() { + cd $srcdir/xcache-$pkgver + phpize + ./configure --prefix=/usr + make +} + +# check() { +# cd $srcdir/xcache-$pkgver +# printf "n\n" | make test +# echo +# } + +package() { + cd $srcdir/xcache-$pkgver + make INSTALL_ROOT=$pkgdir install + + install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini + + install -dm755 $pkgdir/usr/share/php-xcache/admin + cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/ + + install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING +} Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 196272, php-xcache/trunk/xcache.ini) =================================================================== --- testing-i686/xcache.ini (rev 0) +++ testing-i686/xcache.ini 2013-10-10 12:55:55 UTC (rev 196273) @@ -0,0 +1,3 @@ +;extension=xcache.so +xcache.size=64M +xcache.var_size=64M Copied: php-xcache/repos/testing-x86_64/PKGBUILD (from rev 196272, php-xcache/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2013-10-10 12:55:55 UTC (rev 196273) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Pierre Schmitz <pie...@archlinux.de> + +pkgname=php-xcache +pkgver=3.1.0 +pkgrel=1 +arch=('i686' 'x86_64') +pkgdesc='A PHP opcode cacher' +url='http://xcache.lighttpd.net/' +depends=('php') +license=('custom') +source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2" + 'xcache.ini') +backup=('etc/php/conf.d/xcache.ini') +md5sums=('e5816d47d52be200b959bf69a673ff74' + '8fd9ce537ada9463c4b0c042243158c0') + +build() { + cd $srcdir/xcache-$pkgver + phpize + ./configure --prefix=/usr + make +} + +# check() { +# cd $srcdir/xcache-$pkgver +# printf "n\n" | make test +# echo +# } + +package() { + cd $srcdir/xcache-$pkgver + make INSTALL_ROOT=$pkgdir install + + install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini + + install -dm755 $pkgdir/usr/share/php-xcache/admin + cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/ + + install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING +} Copied: php-xcache/repos/testing-x86_64/xcache.ini (from rev 196272, php-xcache/trunk/xcache.ini) =================================================================== --- testing-x86_64/xcache.ini (rev 0) +++ testing-x86_64/xcache.ini 2013-10-10 12:55:55 UTC (rev 196273) @@ -0,0 +1,3 @@ +;extension=xcache.so +xcache.size=64M +xcache.var_size=64M