summaryrefslogtreecommitdiff
path: root/community/tilda/PKGBUILD
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/tilda/PKGBUILD
parent57fc7b041fcd8bc73a40cd31d3b80bed779e79fe (diff)
Mon Aug 29 23:14:40 UTC 2011
Diffstat (limited to 'community/tilda/PKGBUILD')
-rw-r--r--community/tilda/PKGBUILD32
1 files changed, 20 insertions, 12 deletions
diff --git a/community/tilda/PKGBUILD b/community/tilda/PKGBUILD
index d613e6e5f..7e58700e9 100644
--- a/community/tilda/PKGBUILD
+++ b/community/tilda/PKGBUILD
@@ -1,25 +1,33 @@
-# $Id: PKGBUILD 4131 2009-10-16 15:26:47Z ibiru $
-# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
+# $Id: PKGBUILD 54949 2011-08-28 17:21:28Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=tilda
pkgver=0.9.6
-pkgrel=3
-pkgdesc="Linux terminal based on classic terminals from first person shooter games."
+pkgrel=4
+pkgdesc="Linux terminal based on classic terminals from first person shooter games"
arch=('i686' 'x86_64')
url="http://tilda.sourceforge.net"
license=('GPL')
depends=('vte' 'confuse' 'libglade')
makedepends=('gawk')
-source=(http://downloads.sourceforge.net/sourceforge/tilda/tilda-$pkgver.tar.gz fix.patch)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \
+ fix.patch)
+sha256sums=('b3bd0f63eb83a5001ef26056ca116e5f8005d454f8f82a94f334868862068411'
+ '5f3aa2a58f52475e476b1871ea3f407c0cf4414670e861794888737b605c3caf')
build() {
- cd $startdir/src/tilda-$pkgver
- patch -Np1 -i $srcdir/fix.patch || return 1
+ cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
+ patch -Np1 -i ${srcdir}/fix.patch
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/tilda-$pkgver
+
+ make DESTDIR=${pkgdir} install
}
-md5sums=('b44ebe04fdfd312e9ddc5e0ed77f4289'
- 'ae926cd3bb0917960c09115462f8dddb')