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)."
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)
13 instdir=$startdir/pkg/home/httpd/html/videodb
16 cp -ra $startdir/src/videodb/* .