1 # Contributor: Christoph Zeiler <rabyte*gmail>
6 pkgdesc="A command-line tool for managing PAK and WAD files from QuakeI/II & Hexen II"
8 url="http://openarena.ws/board/index.php?topic=1710.0"
10 depends=('libpng' 'gcc-libs')
11 source=(http://glbsp.sourceforge.net/files/$pkgname-062b.zip)
12 md5sums=('fc74fafd4ec0bbc6c21568cc16caadb6')
15 unzip -o source-$pkgname-062.zip
17 make OPTIM="${CXXFLAGS}" || return 1
18 install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
21 # vim:set ts=2 sw=2 et: