updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / videodb / PKGBUILD
blob051cc1fab5af97cd6a6ff70426ec7c2a2b4fd074
1 pkgname=videodb
2 pkgver=2.2.2
3 pkgrel=1
4 pkgdesc="VideoDB is a database to manage your personal video collection. It uses PHP and MySQL and features fetching Movie data from the Internet Movie Database (IMDb)."
5 arch=("i686" "x86_64")
6 url="http://videodb.sourceforge.net/"
7 depends=('php' 'mysql')
8 backup=(home/httpd/html/videodb/config.inc.php)
9 source=(http://puzzle.dl.sourceforge.net/sourceforge/videodb/videodb-2_2_2a.tgz)
10 md5sums=(bda7dc5ee3a0f26cf8f99352cce74eac)
12 build() {
13   instdir=$startdir/pkg/home/httpd/html/videodb
14   mkdir -p $instdir
15   cd $instdir
16   cp -ra $startdir/src/videodb/* .