cherokee: rebuild against ffmpeg>=1.2.

This commit is contained in:
Juan RP 2013-06-29 09:23:17 +02:00
parent 8835b2aea2
commit a1f5bf5c4c

View File

@ -1,13 +1,13 @@
# Template file for 'cherokee'
pkgname=cherokee
version=1.2.101
revision=5
revision=6
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>=8.30 python-devel libldap-devel pam-devel
libmysqlclient-devel ffmpeg-devel geoip-devel"
libmysqlclient-devel ffmpeg-devel>=1.2 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/"
@ -40,7 +40,7 @@ post_install() {
cherokee-devel_package() {
depends="libcherokee>=${version}"
short_desc+=" -- development files"
short_desc+=" - development files"
pkg_install() {
vmove usr/bin/cherokee-config
vmove usr/include
@ -50,7 +50,7 @@ cherokee-devel_package() {
}
libcherokee_package() {
short_desc="${short_desc} (Runtime library)"
short_desc+=" - Runtime library"
pkg_install() {
vmove "usr/lib/*.so*"
vmove usr/lib/cherokee
@ -68,6 +68,6 @@ cherokee_package() {
/var/log/cherokee 0755 httpd httpd
/var/lib/cherokee/graphs/images 0755 httpd httpd"
pkg_install() {
vmove usr
vmove all
}
}