cherokee: rebuild against libpcre-8.30.

This commit is contained in:
Juan RP 2012-07-07 13:35:22 +02:00
parent 050b825d36
commit 7024e5686a
2 changed files with 3 additions and 3 deletions

View file

@ -14,4 +14,4 @@ libnsl.so.1
libssl.so.1
libpam.so.0
libldap-2.4.so.2
libpcre.so.0
libpcre.so.1

View file

@ -1,13 +1,13 @@
# Template file for 'cherokee'
pkgname=cherokee
version=1.2.101
revision=2
revision=3
distfiles="http://www.${pkgname}-project.com/download/1.2/${version}/${pkgname}-${version}.tar.gz"
build_style=gnu-configure
configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var
--disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd
--with-wwwgroup=httpd --with-python=python --enable-os-string=Linux"
makedepends="pcre-devel python-devel libldap-devel pam-devel libmysqlclient-devel ffmpeg-devel geoip-devel"
makedepends="pcre-devel>=8.30 python-devel libldap-devel pam-devel libmysqlclient-devel ffmpeg-devel geoip-devel"
short_desc="An innovative, feature rich, and yet easy to configure open source Web Server"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.cherokee-project.com/"