[arch-commits] Commit in php-apc/trunk (PKGBUILD php-apc.install)

Pierre Schmitz pierre at archlinux.org
Fri Aug 14 08:03:57 UTC 2009


    Date: Friday, August 14, 2009 @ 04:03:57
  Author: pierre
Revision: 49646

update for PHP 5.3

Modified:
  php-apc/trunk/PKGBUILD
Deleted:
  php-apc/trunk/php-apc.install

-----------------+
 PKGBUILD        |   11 ++++++-----
 php-apc.install |    8 --------
 2 files changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-14 07:39:21 UTC (rev 49645)
+++ PKGBUILD	2009-08-14 08:03:57 UTC (rev 49646)
@@ -2,17 +2,16 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=php-apc
-pkgver=3.0.19
+pkgver=3.1.2
 pkgrel=1
 arch=('i686' 'x86_64')
-pkgdesc='APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.'
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP intermediate code'
 url='http://pecl.php.net/package/APC'
-depends=('php')
+depends=('php>=5.3.0')
 license="PHP"
 source=("http://pecl.php.net/get/APC-${pkgver}.tgz")
-install=php-apc.install
 backup=('etc/php/conf.d/apc.ini')
-md5sums=('951f43d2873e3572f5d5ae71a9b66f90')
+md5sums=('0a18cf164b3e044e27edd4c1d8c3145c')
 
 build() {
 	cd $srcdir/APC-$pkgver
@@ -22,4 +21,6 @@
 	make INSTALL_ROOT=$pkgdir install || return 1
 	echo ';extension=apc.so' > apc.ini
 	install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
+	install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
+	install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
 }

Deleted: php-apc.install
===================================================================
--- php-apc.install	2009-08-14 07:39:21 UTC (rev 49645)
+++ php-apc.install	2009-08-14 08:03:57 UTC (rev 49646)
@@ -1,8 +0,0 @@
-post_install() {
-  echo '
-    ==> PHP extension
-
-    A config file was stored under /etc/php/conf.d/. In order to use this
-    extension make sure to uncomment it from its config file.
-    '
-}




More information about the arch-commits mailing list