summaryrefslogtreecommitdiffstats
path: root/main/php-xcache/APKBUILD
blob: 26c14459d1d37598a420d60758ff7e68097b9ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=php-xcache
pkgver=3.0.2
pkgrel=0
pkgdesc="php opcode cacher"
url="http://xcache.lighttpd.net/"
arch="all"
license="BSD"
depends="zendframework"
depends_dev=""
makedepends="$depends_dev php-dev autoconf automake flex bison gawk"
install=""
subpackages=""
source="http://xcache.lighttpd.net/pub/Releases/$pkgver/xcache-$pkgver.tar.bz2
        xcache.ini"

_builddir="$srcdir"/xcache-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	phpize --clean && phpize || return 1
	./configure \
		--prefix=/usr \
		--enable-xcache \
		--enable-xcache-constant \
		--enable-xcache-optimizer \
		--enable-xcache-coverager \
		|| return 1
	make -j1 || return 1
}

package() {
	cd "$_builddir"
	make -j1 install INSTALL_ROOT="$pkgdir" || return 1
	install -Dm644 "$srcdir"/xcache.ini \
		"$pkgdir"/etc/php/conf.d/xcache.ini || return 1
}

md5sums="7371a057be0f53ba5a5ed09fdf11ae77  xcache-3.0.2.tar.bz2
8fd9ce537ada9463c4b0c042243158c0  xcache.ini"
sha256sums="cddeaf4d6b9676ba351ab92b39d8837adf8d2fa3424616d60da12cf29dc0b2df  xcache-3.0.2.tar.bz2
c8c843335028b1da1965ff71b73b42fc4bc45be08bf9ec3f71aff5744a428176  xcache.ini"
sha512sums="d817659445da4b093ad818f759e1610f0ecfdf015fe53b2d20670b87e599b1e5357cf94f9599a1e1c0d2b15eef99fc653405d52d597e76af5a6696cb6885494e  xcache-3.0.2.tar.bz2
dc693745177ab1dfcd4e0ae1193ebcedf7d97f4ea222525fa52955be5dd68a50db27cce0c6ef069f9972e79d2cb0f88d6fa27e6e433781312c370e791a64c1cc  xcache.ini"