7 pkgdesc="Arch website code "
9 url="http://projects.archlinux.org/archweb.git/"
11 depends=('django' 'python-pysqlite' 'mysql' 'python-south' 'python-memcached' 'mysql-python')
12 install=$pkgname.install
15 _gitroot="git://projects.archlinux.org/archweb.git"
19 msg "Connecting to GIT server...."
26 msg "Local files have been updated."
31 msg "GIT checkout done or server timeout"
33 rm -rf $_gitname-build
34 mkdir -p $pkgdir/srv/http
35 git clone $_gitname $pkgdir/srv/http/$_gitname
36 rm -r $pkgdir/srv/http/$_gitname/.git*