5 pkgdesc="u8it is used for Wii development to unpack .arc files."
6 url="http://github.com/icefire/$_pkgname/tree"
10 makedepends=('git' 'gcc')
13 _gitroot="git://github.com/icefire/$_pkgname.git"
19 msg "Connecting to github.com GIT server...."
21 if [ -d $srcdir/$_gitname ] ; then
22 cd $_gitname && git pull origin
23 msg "The local files are updated."
29 gcc $_pkgname.c -o u8it
31 mkdir -p $pkgdir/usr/bin
32 cp u8it $pkgdir/usr/bin