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

Jan de Groot jgc at archlinux.org
Sun Aug 16 18:30:04 UTC 2009


    Date: Sunday, August 16, 2009 @ 14:30:04
  Author: jgc
Revision: 49844

upgpkg: corewars 0.9.13-2
    Rebuild to get rid of .FILELIST
Update homepage, the original one redirects to some nearly blank page
Fix manpath

Modified:
  corewars/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-16 18:24:31 UTC (rev 49843)
+++ PKGBUILD	2009-08-16 18:30:04 UTC (rev 49844)
@@ -2,18 +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://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