cherokee: switch to /usr.
This commit is contained in:
parent
6e62bdfb47
commit
ef9c0c3db2
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'cherokee'
|
||||
pkgname=cherokee
|
||||
version=1.2.101
|
||||
revision=3
|
||||
distfiles="http://www.${pkgname}-project.com/download/1.2/${version}/${pkgname}-${version}.tar.gz"
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
--disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd
|
||||
|
@ -12,6 +11,7 @@ short_desc="An innovative, feature rich, and yet easy to configure open source W
|
|||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.cherokee-project.com/"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.${pkgname}-project.com/download/1.2/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=ca465ab3772479fc843b38ffc45113bf24d8bfae9185cdd5176b099d5a17feb8
|
||||
long_desc="
|
||||
Cherokee is an open-source Cross-platform Web server that runs on Linux, BSD
|
||||
|
@ -44,7 +44,8 @@ post_install() {
|
|||
vinstall ${FILESDIR}/${pkgname}.logrotate 644 etc/logrotate.d ${pkgname}
|
||||
|
||||
# Install systemd service
|
||||
vinstall ${FILESDIR}/${pkgname}.service 644 lib/systemd/system
|
||||
vinstall ${FILESDIR}/${pkgname}.service 644 \
|
||||
usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/${pkgname}.tmpfiles.d 644 \
|
||||
usr/lib/tmpfiles.d ${pkgname}.conf
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue