]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - distro/arch/git/PKGBUILD
Add -fdarkplaces-string-table-bug to the default flags
[xonotic/gmqcc.git] / distro / arch / git / PKGBUILD
index 22e69c7b6c4a1c2057493931fae1305eb54ab0fb..a0cd450de02cd3b154488fcb6838a22819705334 100644 (file)
@@ -1,11 +1,16 @@
-pkgname=gmqcc
-pkgver=20121226
+# Contributor: matthiaskrgr <matthiaskrgr _strange_curverd_character_ freedroid D0T org>
+
+pkgname=gmqcc-git
+pkgver=20130110
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
 depends=('glibc')
+conflicts=('gmqcc')
+provides=('gmqcc=0.2.4')
+makedepends=('git')
 url="https://github.com/graphitemaster/gmqcc.git"
-license=('GPL')
+license=('MIT')
 
 _gitroot="git://github.com/graphitemaster/gmqcc.git"
 _gitname="gmqcc"
@@ -43,4 +48,6 @@ package() {
        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
 }