1 # Contributor: b4283 <b4283 at gmail>
6 pkgdesc="SuperHud Editor is a rewritten q3 cpma hud editor."
8 url="http://www.plrf.org/superhudeditor/"
10 depends=() # idk !! can't find it anywhere.
11 source=(http://jaist.dl.sourceforge.net/sourceforge/superhudeditor/$pkgname-$pkgver-src.tar.gz)
12 md5sums=('f14f0f37c4cfedae096e8b0254bc6ab7')
15 cd $srcdir/$pkgname-$pkgver
17 ./configure --prefix=$pkgdir/usr
19 make install || return 1