1 # Contributor: quantax -- contact via Arch Linux forum or AUR
2 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
7 pkgdesc="Tool to work with Unreal Tournament umod files."
9 # official homepage (http://umodpack.sourceforge.net) seems to have vanished.
10 url="http://gentoo-portage.com/games-util/umodpack"
11 license=('PerlArtistic')
12 depends=('perl>=5.10.0' perl-archive-zip perl-compress-zlib perl-tie-ixhash)
13 optdepends=('perl-tk: GUI support.')
14 source=(http://gentoo.cites.uiuc.edu/pub/gentoo/distfiles/$pkgname-$pkgver-allinone.tar.gz)
15 md5sums=('c8cea5588db49cb6218c0578b051ab11')
18 cd "$srcdir/$pkgname-$pkgver"
19 rm -rf {Archive-Zip,Compress-Zlib,Tie-IxHash,Tk}*
21 perl Makefile.PL INSTALLDIRS=vendor || return 1
23 make install DESTDIR="$pkgdir/" || return 1