PKGBUILDs/community/tilda/PKGBUILD

24 lines
677 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=tilda
pkgver=0.9.6
pkgrel=2
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)
md5sums=('b44ebe04fdfd312e9ddc5e0ed77f4289')
build() {
cd $startdir/src/tilda-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}