[arch-commits] Commit in bzflag/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Fri Jul 26 02:06:49 UTC 2013


    Date: Friday, July 26, 2013 @ 04:06:48
  Author: bisson
Revision: 191586

rebuild against glew-1.10.0

Modified:
  bzflag/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-26 00:52:12 UTC (rev 191585)
+++ PKGBUILD	2013-07-26 02:06:48 UTC (rev 191586)
@@ -1,35 +1,32 @@
 # $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=bzflag
 pkgver=2.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Multiplayer 3D tank battle game'
 url='http://bzflag.org/'
 license=('LGPL')
-options=('!libtool')
 arch=('i686' 'x86_64')
 depends=('curl' 'glew' 'glu' 'sdl')
 source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2")
 sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291')
 
+options=('!libtool')
+
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-
 	./configure --prefix=/usr
 	make
-
 	cd misc
 	make
 }
 
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-
 	make DESTDIR="${pkgdir}" install
-
 	install -Dm644 misc/bzflag.desktop "${pkgdir}"/usr/share/applications/bzflag.desktop
 	install -Dm644 data/bzflag-48x48.png "${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
 }




More information about the arch-commits mailing list