4 pkgdesc="LDAP addressbook web-interface"
6 url="http://www.cosmocode.de/en/opensource/contagged"
9 backup=('srv/http/contagged/inc/config.php')
10 source=("contagger-$pkgver.zip::https://github.com/cosmocode/contagged/zipball/master")
11 md5sums=('21b89e01f9f071cf9818c8187a39fcbe')
20 mkdir -p $pkgdir/srv/http/
21 cp -a cosmocode-contagged-*/ $pkgdir/srv/http/contagged
23 cd $pkgdir/srv/http/contagged
24 find . -type f -exec chmod 0644 {} \;
25 find . -type d -exec chmod 0755 {} \;
26 chown -R http:http cache