You are not logged in.

#1 2007-06-05 16:56:52

kant1
Member
Registered: 2006-11-28
Posts: 57

eaccelerator

Not sure who is maintaining the eaccelerator package, but it is out of date and not currently working with the latest php install.

Here is a patch for the PKGBUILD:

--- ../../extra/devel/eaccelerator/PKGBUILD    2007-02-16 09:01:59.000000000 -0800
+++ PKGBUILD    2007-06-05 09:38:13.000000000 -0700
@@ -3,17 +3,18 @@
 # Contributor: eliott <eliott@cactuswax.net>
 
 pkgname=eaccelerator
-_srcver=0.9.5
+_srcver=0.9.5.1
 pkgver=`echo ${_srcver} | sed 's:-::'`
-pkgrel=2
+pkgrel=1
 pkgdesc="eAccelerator is successor of mmcache. caches php scripts in compiled state"
 arch=(i686 x86_64)
 url="http://eaccelerator.net"
 depends=('php' 'vim')
 provides=('php-accelerator')
+license=('GPL')
 install=${pkgname}.install
-source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${_srcver}.tar.bz2)
-md5sums=('dad54af67488b83a2af6e30f661f613b')
+source=(http://bart.eaccelerator.net/source/${_srcver}/${pkgname}-${_srcver}.tar.bz2)
+md5sums=('d4759d444f55801762af963df6fca9ff')
 
 export GZIP="-q -f"
 build() {

Perhaps this will be useful to someone...

Offline

Board footer

Powered by FluxBB