Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=454fd8f80bcc055cb808b1b668324aab22210408

commit 454fd8f80bcc055cb808b1b668324aab22210408
Author: kikadf <[email protected]>
Date:   Thu Jul 17 14:27:24 2014 +0200

xcache-3.1.0-1-x86_64

* Version bump
* Build with php-5.5

diff --git a/source/network-extra/xcache/FrugalBuild 
b/source/network-extra/xcache/FrugalBuild
index 7bc31f8..f3e516a 100644
--- a/source/network-extra/xcache/FrugalBuild
+++ b/source/network-extra/xcache/FrugalBuild
@@ -1,18 +1,21 @@
# Compiling Time: 0.06 SBU
-# Maintainer: Janos Kovacs <[email protected]>
+# Maintainer: kikadf <[email protected]>
+# Contributor: Janos Kovacs <[email protected]>
+
+options+=('asneeded')

pkgname=xcache
-pkgver=2.0.1
+pkgver=3.1.0
pkgrel=1
url="http://xcache.lighttpd.net";
pkgdesc="XCache is a fast, stable PHP opcode cacher."
-depends=('php')
+depends=('php>=5.5.14')
groups=('network-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump $url/wiki/ReleaseArchive|grep -m1 wiki/Release-[0-9\.]|sed 
-n 's/.*Release-\(.*\)\.*/\1/;1 p'"
source=($url/pub/Releases/$pkgver/$pkgname-$pkgver.tar.bz2 \
README.Frugalware)
-sha1sums=('3d5ca5fee803f047e8b9e61d503f4c40849b0b75' \
+sha1sums=('db30f642de9bc97538fe4f85940e8a69a1a365c8' \
'95e73c8bc8334f13cf7434b822bb18a0cb671505')

build()
@@ -30,7 +33,7 @@ build()
Fexerel usr/lib/php/$pkgname.so
cd ..
Fmkdir /usr/share/xcache/admin
-       Fcpr $pkgname-$pkgver/admin/* usr/share/xcache/admin
+       Fcpr $pkgname-$pkgver/htdocs/* usr/share/xcache/admin
Fdoc README.Frugalware
Ffilerel xcache.ini usr/share/doc/$pkgname-$pkgver/
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to