#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=nexuiz-mappack pkgver=r2 pkgrel=1 zenver=52 arch=noarch source=("http://downloads.sourceforge.net/nexuiz/nexmappack_r2.zip") url=http://www.nexuiz.com/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "nexuiz-mappack - Extra maps for Nexuiz" "nexuiz-mappack is a community map pack compiled by Strahlemann. It" "includes 35 maps, and a campaign mode for the user to fight through." "The map pack includes Quake3 communtiy maps, Nexuiz community maps," "and some new maps from Nexuiz developers. Credit is given for all of" "the authors." ) build() { cd $startdir/src/ mkdir -p $startdir/pkg/usr/share/nexuiz cp -a data $startdir/pkg/usr/share/nexuiz }