updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / websitebaker / PKGBUILD
blob81caf81dc736e47d59fb9056b81dd3ffb8781ee1
1 pkgname=websitebaker
2 pkgver=2.8.2
3 pkgrel=1
4 pkgdesc="Website Baker is a PHP-based Content Management System (CMS) designed with one goal in mind: to enable its users to produce websites with ease."
5 arch=('i686' 'x86_64')
6 url="http://www.websitebaker2.org/"
7 license=('GPL')
8 source=(http://www.websitebaker2.org/media/download_gallery/WebsiteBaker_$pkgver.zip)
9 md5sums=('c42e9341a1aca1670c1d9529bd723836')
11 build() {
12   mkdir -p $pkgdir/srv/http/$pkgname
13   cd $srcdir
14   rm *.zip # removes the softlink to the zipfile
15   cp -r * $pkgdir/srv/http/$pkgname