[arch-commits] Commit in lincity/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Fri Apr 10 03:02:46 UTC 2009
Date: Thursday, April 9, 2009 @ 23:02:46
Author: eric
Revision: 34541
Fixed svn conflict
Modified:
lincity/repos/extra-x86_64/ (properties)
lincity/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Property changes on: lincity/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /lincity/trunk:1
+ /lincity/trunk:1-34540
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-04-10 03:00:52 UTC (rev 34540)
+++ extra-x86_64/PKGBUILD 2009-04-10 03:02:46 UTC (rev 34541)
@@ -4,17 +4,18 @@
pkgname=lincity
pkgver=1.12.1
-pkgrel=2
+pkgrel=3
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)
+arch=('i686' 'x86_64')
+url="http://lincity.sourceforge.net/"
+license=('GPL2')
depends=('libxext' 'libsm')
-source=(http://dl.sourceforge.net/sourceforge/lincity/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/lincity/$pkgname-$pkgver.tar.gz)
md5sums=('cda964325bc041993bbefba297faf42b')
-url="http://lincity.sourceforge.net/"
build() {
-cd $startdir/src/$pkgname-$pkgver
-./configure --prefix=/usr
-make || return 1
-make prefix=$startdir/pkg/usr install
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+ make || return 1
+ make DESTDIR=$pkgdir install || return 1
}
More information about the arch-commits
mailing list