[arch-commits] Commit in lincity/trunk (PKGBUILD)
Daniel Griffiths
dgriffiths at archlinux.org
Tue Apr 20 00:25:01 UTC 2010
Date: Monday, April 19, 2010 @ 20:25:00
Author: dgriffiths
Revision: 78154
upgpkg: lincity 1.12.1-4 Package more than a year old
Modified:
lincity/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-20 00:22:42 UTC (rev 78153)
+++ PKGBUILD 2010-04-20 00:25:00 UTC (rev 78154)
@@ -4,18 +4,18 @@
pkgname=lincity
pkgver=1.12.1
-pkgrel=3
+pkgrel=4
pkgdesc="LinCity is an SVGALIB (Linux only) and X based city/country simulation game for Linux and other Unix platforms (Solaris, FreeBSD, HP_UX, AIX, SCO and IRIX)."
arch=('i686' 'x86_64')
url="http://lincity.sourceforge.net/"
license=('GPL2')
depends=('libxext' 'libsm')
-source=(http://downloads.sourceforge.net/sourceforge/lincity/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/lincity/${pkgname}-${pkgver}.tar.gz)
md5sums=('cda964325bc041993bbefba297faf42b')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --mandir=/usr/share/man || return 1
make || return 1
- make DESTDIR=$pkgdir install || return 1
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list