pkgname=local-website pkgver=2 pkgrel=30 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') url="http://localhost" #install=filesystem.install depends=('lighttpd' 'php') source=() build() { cd $startdir/pkg mkdir -p data/srv/httpd/htdocs cp -rp $startdir/htdocs/* $startdir/pkg/data/srv/httpd/htdocs chown -R http:users $startdir/pkg/data/srv/httpd chmod -R 755 $startdir/pkg/data/srv/httpd } md5sums=()