From 6d2dec5c3443d142a0131c43666929490961c16a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Dec 2011 23:15:16 +0000 Subject: Mon Dec 19 23:15:16 UTC 2011 --- community/ltris/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'community/ltris/PKGBUILD') diff --git a/community/ltris/PKGBUILD b/community/ltris/PKGBUILD index c500494db..17db56fa0 100644 --- a/community/ltris/PKGBUILD +++ b/community/ltris/PKGBUILD @@ -1,19 +1,21 @@ -# $Id: PKGBUILD 54927 2011-08-28 13:23:10Z jlichtblau $ +# $Id: PKGBUILD 60814 2011-12-18 17:13:32Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Eric Belanger # Contributor: SmackleFunky pkgname=ltris -pkgver=1.0.17 +pkgver=1.0.18 pkgrel=1 pkgdesc="A tetris clone where you have a bowl with blocks falling down" arch=('i686' 'x86_64') url="http://lgames.sourceforge.net/index.php?project=LTris" license=('GPL') depends=('sdl_mixer') +backup=('var/games/ltris.hscr') install=$pkgname.install +changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz) -sha256sums=('b4d2888bc50bb2ad9dd59f97c15fbfaee96c54d86c834f1231cd6e8af66bf52c') +sha256sums=('3cba90365d50e79601368499af77d54cb03c0cf2544324e5df246eb1eeaa0e30') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -29,7 +31,4 @@ package() { install -d ${pkgdir}/usr/share/pixmaps install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps - - ./configure --prefix=/usr --localstatedir=/var/games - make } -- cgit v1.2.3-54-g00ecf