2015-09-17 00:45:22 +00:00
|
|
|
# Template file for 'ampache'
|
|
|
|
pkgname=ampache
|
2015-12-08 22:12:00 +00:00
|
|
|
version=3.8.1
|
2015-09-17 00:45:22 +00:00
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
build_style=fetch
|
|
|
|
depends="php mysql"
|
|
|
|
short_desc="Web-based tool for managing your audio/video files"
|
|
|
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
2015-12-08 22:12:00 +00:00
|
|
|
license="AGPL-3"
|
2015-09-17 00:45:22 +00:00
|
|
|
homepage="http://ampache.org"
|
|
|
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
2015-12-08 22:12:00 +00:00
|
|
|
checksum=2eff94b5674ceb3cfc3a53c1addb297b016f74b1e732f17e9d05920f2ed2a35a
|
2015-09-17 00:45:22 +00:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
tar -zxvf ${pkgname}-${version}.tar.gz
|
|
|
|
vmkdir srv/httpd/
|
|
|
|
vcopy ${pkgname}-${version} srv/httpd/ampache
|
|
|
|
|
|
|
|
vinstall ${FILESDIR}/nginx-example.conf 644 usr/share/doc/${pkgname}/
|
|
|
|
}
|