updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / gnopaste / PKGBUILD
bloba69c968b019c895267a5b05d93bce44210d89051
1 pkgname=gnopaste
2 pkgver=0.5.5
3 pkgrel=1
4 pkgdesc="gnopaste is a free nopaste script based on PHP with MySQL."
5 license=('GPL')
6 arch=("i686" "x86_64")
7 url="http://gnopaste.sourceforge.net/"
8 depends=('php' 'mysql')
9 backup=(usr/share/webapps/gnopaste/config.php)
10 source=(http://puzzle.dl.sourceforge.net/sourceforge/gnopaste/gnopaste-0.5.5.tgz)
11 md5sums=(d213b9f48bb545f22685b93838d550ab)
13 build() {
14   instdir=$pkgdir/usr/share/webapps/gnopaste
15   mkdir -p $instdir
16   cd $instdir
17   cp -ra $srcdir/gnopaste-$pkgver/* .