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
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'cherokee' # Template file for 'cherokee'
pkgname=cherokee pkgname=cherokee
version=1.2.101 version=1.2.101
revision=5 revision=6
build_style=gnu-configure build_style=gnu-configure
configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var
--disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd --disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd
--with-wwwgroup=httpd --with-python=python --enable-os-string=Linux" --with-wwwgroup=httpd --with-python=python --enable-os-string=Linux"
makedepends="pcre-devel>=8.30 python-devel libldap-devel pam-devel 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" short_desc="An innovative, feature rich, and yet easy to configure open source Web Server"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.cherokee-project.com/" homepage="http://www.cherokee-project.com/"
@ -40,7 +40,7 @@ post_install() {
cherokee-devel_package() { cherokee-devel_package() {
depends="libcherokee>=${version}" depends="libcherokee>=${version}"
short_desc+=" -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/bin/cherokee-config vmove usr/bin/cherokee-config
vmove usr/include vmove usr/include
@ -50,7 +50,7 @@ cherokee-devel_package() {
} }
libcherokee_package() { libcherokee_package() {
short_desc="${short_desc} (Runtime library)" short_desc+=" - Runtime library"
pkg_install() { pkg_install() {
vmove "usr/lib/*.so*" vmove "usr/lib/*.so*"
vmove usr/lib/cherokee vmove usr/lib/cherokee
@ -68,6 +68,6 @@ cherokee_package() {
/var/log/cherokee 0755 httpd httpd /var/log/cherokee 0755 httpd httpd
/var/lib/cherokee/graphs/images 0755 httpd httpd" /var/lib/cherokee/graphs/images 0755 httpd httpd"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }