updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / tiemu / PKGBUILD
blob48652478be28a0185630396fdafaef87d7b67a45
1 # Maintainer: Jon Sturm <Jasturm002@aol.com>
2 # Contributor: Scott Garrett <Wintervenom@archlinux.us>
3 DLAGENTS=('http::/usr/bin/wget -c -U Mozilla -t 3 --waitretry=3 -O %o %u')
5 pkgname=tiemu
6 pkgver=3.03
7 pkgrel=2
8 pkgdesc="TiEmu emulates Texas Instruments calculators TI-89/92/92+/V200PLT (no GDB)."
9 arch=(i686 x86_64)
10 url="http://tilp.info/"
11 license=('GPL')
12 depends=('libglade' 'libticalcs' 'sdl')
13 options=('force' '!libtool')
14 source=(http://voxel.dl.sourceforge.net/project/gtktiemu/tiemu-linux/TIEmu%203.03/tiemu-3.03-nogdb.tar.gz)
16 build() {
17   cd $srcdir/tiemu-$pkgver
18   ./configure --without-kde --disable-gdb --prefix=/usr || return 1
19   make || return 1
20   make DESTDIR="${pkgdir}" install || return 1
22 md5sums=('2736440d717a0ee97cdb35189814fc93')