1 # Maintainer: Hoang Duc Hieu <hdh@lazny.tang.la>
6 pkgdesc="A tile-graphics roguelike with limb dismembering -- Fork with x86_64 support"
8 url="http://gitorious.org/ivan#more"
15 _gitroot="http://git.gitorious.org/ivan/ivan.git"
20 msg "Connecting to GIT server...."
21 if [ -d $_gitname ] ; then
22 cd $_gitname && git pull origin
23 msg "The local files are updated."
25 git clone $_gitroot $_gitname
27 msg "GIT checkout done or server timeout"
31 cd "$srcdir"/$_gitname
32 # CC=clang CPP=clang++ CXX=clang++ # it didn't work for me, but you can try
33 ./waf -p configure --prefix=/usr install --destdir="$pkgdir"
36 # vim:set ts=2 sw=2 et: