void-packages/srcpkgs/ampache/template

22 lines
661 B
Bash
Raw Normal View History

2015-09-17 02:45:22 +02:00
# Template file for 'ampache'
pkgname=ampache
2016-02-05 04:08:27 +01:00
version=3.8.2
2015-09-17 02:45:22 +02: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 23:12:00 +01:00
license="AGPL-3"
2015-09-17 02:45:22 +02:00
homepage="http://ampache.org"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
2016-02-05 04:08:27 +01:00
checksum=920509ed018695ac4698fc257b27a30eebb34e4199da2436954c6a30ba378fb9
2015-09-17 02:45:22 +02: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}/
}