updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / ampache / PKGBUILD
blob3e146a4bb4fcc3b3f1c3da7a55d8729eaf9bcfc3
1 #Contributor: Jonathan 'gishten' Gustafsson <mynick AT mynick DOT com>
2 pkgname=ampache
3 pkgver=3.5.4
4 pkgrel=2
5 pkgdesc="A PHP-based tool for managing and playing your audio/video files via a web interface"
6 arch=('i686' 'x86_64')
7 url="http://www.ampache.org/"
8 depends=('mysql>=5.0' 'php>=5.2')   
9 optdepends=('lame: all transcoding/downsampling'
10                 'vorbis-tools: all transcoding'
11                 'flac: flac transcoding/downsampling'
12                 'faad2: m4a transcoding/downsampling'
13                 'mp3splt: mp3 and ogg transcoding/downsampling')
14 license=('GPL')
15 backup=(srv/html/ampache/config/ampache.cfg.php)
16 install=ampache.install
17 source=(http://ampache.org/downloads/$pkgname-$pkgver.tar.gz)
18 md5sums=('f07c1d9de1b5887420d698d22be2eb95')
21 build() {
22   instdir=$startdir/pkg/srv/http/$pkgname
23   mkdir -p $instdir
24   cd $instdir
25   cp -a $startdir/src/$pkgname-$pkgver/* .