[arch-commits] Commit in corewars/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Aug 16 21:24:09 UTC 2009


    Date: Sunday, August 16, 2009 @ 17:24:08
  Author: jgc
Revision: 49917

Resolve conflict

Modified:
  corewars/repos/extra-i686/	(properties)
  corewars/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


Property changes on: corewars/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /corewars/trunk:1
   + /corewars/trunk:1-49915

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-08-16 21:22:58 UTC (rev 49916)
+++ extra-i686/PKGBUILD	2009-08-16 21:24:08 UTC (rev 49917)
@@ -2,17 +2,18 @@
 # Maintainer: damir <damir at archlinux.org>
 pkgname=corewars
 pkgver=0.9.13
-pkgrel=1
-pkgdesc="Corewars is a simulation game where a number of programs try to crash each other"
+pkgrel=2
+pkgdesc="Simulation game where a number of programs try to crash each other"
 arch=('i686' 'x86_64')
-url="http://corewars.sourceforge.net/"
+url="http://sourceforge.net/projects/corewars/"
+license=('GPL2')
 depends=('gtk')
-source=(http://belnet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('0a0b8067533b83a96488109ee265f664')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list