Package Details: websitebaker 2.8.2-1

Package Base: websitebaker
Description: 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.
Upstream URL: http://www.websitebaker2.org/
Category: network
Licenses: GPL
Submitter: alium
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2008-06-20 14:24
Last Updated: 2011-10-28 19:05

Latest Comments

Comment by mar77i

2010-07-29 13:49

Does not install here:
/tmp/packerbuild-1000/websitebaker/websitebaker/PKGBUILD: line 13: cd: /tmp/packerbuild-1000/websitebaker/websitebaker/src/websitebaker/: No such file or directory

please don't use variables like spice in your build() function, these do, like file paths, have a distinctive meaning:

build() {
mkdir -p $pkgdir/srv/http/$pkgname
cd $srcdir
rm *.zip # removes the softlink to the zipfile
cp -r * $pkgdir/srv/http/$pkgname
}