6 pkgdesc="$__pkgname is a Python script that can extract the multitude of different formats found in .arc game files."
8 url="http://github.com/$author/$__pkgname/tree"
12 makedepends=('git' 'python')
15 md5sums=('367343085bf2a1179008e2ccd05790e6')
17 _gitroot="git://github.com/$author/$__pkgname.git"
23 msg "Connecting to github.com GIT server...."
25 if [ -d $srcdir/$_gitname ] ; then
26 cd $_gitname && git pull origin
27 msg "The local files are updated."
33 mkdir -p $pkgdir/usr/share/$_pkgname
34 cp * $pkgdir/usr/share/$_pkgname
35 mkdir -p $pkgdir/usr/bin
36 cp ../$_pkgname $pkgdir/usr/bin