summaryrefslogtreecommitdiff
path: root/community/ltris
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-29 23:14:40 +0000
committerroot <root@rshg054.dnsready.net>2011-08-29 23:14:40 +0000
commite13fbaf2cbb72b7e8c8278ea94b70dd4a8ce48b2 (patch)
tree570e875c44f8d4d5ca7813d745f3ab5674fd3d4f /community/ltris
parent57fc7b041fcd8bc73a40cd31d3b80bed779e79fe (diff)
Mon Aug 29 23:14:40 UTC 2011
Diffstat (limited to 'community/ltris')
-rw-r--r--community/ltris/PKGBUILD39
-rw-r--r--community/ltris/ltris.changelog25
2 files changed, 46 insertions, 18 deletions
diff --git a/community/ltris/PKGBUILD b/community/ltris/PKGBUILD
index 4eb9204db..c500494db 100644
--- a/community/ltris/PKGBUILD
+++ b/community/ltris/PKGBUILD
@@ -1,32 +1,35 @@
-# $Id: PKGBUILD 53908 2011-08-09 20:01:00Z ttopper $
-# Maintainer: Eric Belanger <eric@archlinux.org>
+# $Id: PKGBUILD 54927 2011-08-28 13:23:10Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: SmackleFunky <smacklefunky@optusnet.com.au>
pkgname=ltris
-pkgver=1.0.16
+pkgver=1.0.17
pkgrel=1
-pkgdesc="A tetris clone where you have a bowl with blocks falling down."
+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')
-install=ltris.install
-source=(http://downloads.sourceforge.net/lgames/${pkgname}-${pkgver}.tar.gz)
-md5sums=('07b5a41f8de62ea083575384f05545c6')
-sha1sums=('08785fc962ed83678b955f61a9a87a0215938123')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4d2888bc50bb2ad9dd59f97c15fbfaee96c54d86c834f1231cd6e8af66bf52c')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${srcdir}/${pkgname}-${pkgver}
+
./configure --prefix=/usr --localstatedir=/var/games
make
- make DESTDIR="${pkgdir}" install
- install -d "${pkgdir}/usr/share/pixmaps"
- install -m644 icons/ltris{16,32,48}.xpm "${pkgdir}/usr/share/pixmaps"
-
- chown root:games "${pkgdir}/usr/bin/ltris"
- chmod 2755 "${pkgdir}/usr/bin/ltris"
- chown root:games "${pkgdir}/var/games"
- chmod 775 "${pkgdir}/var/games"
- rm "${pkgdir}/var/games/ltris.hscr"
}
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+
+ 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
+}
diff --git a/community/ltris/ltris.changelog b/community/ltris/ltris.changelog
new file mode 100644
index 000000000..0454493b1
--- /dev/null
+++ b/community/ltris/ltris.changelog
@@ -0,0 +1,25 @@
+2011-08-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+ * ltris 1.0.17-1
+ * Upstream update
+
+2011-03-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+ * ltris 1.0.16-1
+ * Upstream update
+
+2009-12-29 Eric Belanger <eric@archlinux.org>
+
+ * ltris 1.0.14-1
+ * Upstream update
+
+2009-11-07 Eric Belanger <eric@archlinux.org>
+
+ * ltris 1.0.13-1
+ * Upstream update
+
+2009-04-07 Eric Belanger <eric@archlinux.org>
+
+ * ltris 1.0.12-1
+ * Fixed score file location and permissions (close FS#13489)
+ * Added ChangeLog