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