Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=81ffd650e64c6f2fb32b475c8697d09db6520850
commit 81ffd650e64c6f2fb32b475c8697d09db6520850 Author: voroskoi <[EMAIL PROTECTED]> Date: Sun Oct 28 19:46:21 2007 +0100 freeciv-2.1.0-1-x86_64 version bump removed no more necessary build() up2date fix diff --git a/source/games-extra/freeciv/FrugalBuild b/source/games-extra/freeciv/FrugalBuild index b3a8e63..eb33ac0 100644 --- a/source/games-extra/freeciv/FrugalBuild +++ b/source/games-extra/freeciv/FrugalBuild @@ -3,23 +3,16 @@ # Maintainer: voroskoi <[EMAIL PROTECTED]> pkgname=freeciv -pkgver=2.0.9 +pkgver=2.1.0 pkgrel=1 -pkgdesc="A multiuser clone of the famous Microprose game of Civilization" -url="http://freeciv.wikia.com/wiki/Main_Page" -depends=('readline' 'ncurses' 'gtk+2' 'sdl_mixer') +pkgdesc="A multiuser clone of the famous Microprose game of Civilization." +depends=('gtk+2' 'sdl_mixer' 'libxdamage' 'readline' 'ncurses') groups=('games-extra') archs=('i686' 'x86_64') +up2date="lynx -dump $url |grep Stable |sed -ne 's/.*\([0-9].[0-9].[0-9]\) :.*/\1/;1p'" Finclude sourceforge -source=([EMAIL PROTECTED] ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/stdsounds3.tar.gz) -up2date="lynx -dump http://freeciv.wikia.com/wiki/Main_Page |grep stable |sed 's/.*: \(.*\)/\1/'" - -build() { - Fbuild - mv $Fsrcdir/data/stdsounds $Fdestdir/$Fprefix/share/$pkgname || Fdie - Ffile data/stdsounds.soundspec $Fprefix/share/$pkgname -} -sha1sums=('4e53ce7d194796c69c1261656fa457e2c996fe0f'\ - '103d02a0702687fb038f5187a321f8074b4ebfb5') +url="http://freeciv.wikia.com/wiki/Main_Page" +up2date="lynx -dump $url |grep Stable |sed -ne 's/.*\([0-9].[0-9].[0-9]\) :.*/\1/;1p'" +sha1sums=('7d8d554369ff8102ec42c519f83e5a03cec2c140') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
