# Contributor: matthiaskrgr pkgname=gmqcc pkgver=0.2.2 pkgrel=1 pkgdesc="An Improved Quake C Compiler" arch=('i686' 'x86_64') depends=('glibc') url="https://github.com/graphitemaster/gmqcc.git" license=('MIT') source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver) sha1sums=('8cd91dc13f70cd9d3767602bf3eb47a1906d9353') _gitname=graphitemaster-gmqcc-de24486/ build() { msg "Starting compilation..." cd "$srcdir"/"$_gitname" msg "Compiling..." make } check() { cd "$srcdir"/"$_gitname" make check } package() { cd "$srcdir"/"$_gitname" msg "Compiling and installing to pkgdir this time..." make install DESTDIR=$pkgdir PREFIX=/usr msg "Compiling done." install -D LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE }