updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / termdebug / PKGBUILD
blob7f240d418666579aaaf867e8258fb2af9b4e4271
1 pkgname='termdebug'
2 pkgver=1.1
3 pkgrel=1
4 arch=('i686' 'x86_64')
5 url="http://os.ghalkes.nl/termdebug.html"
6 source="http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz"
7 pkgdesc='a tool for recording in- and output of terminal applications'
8 license='GPL2'
9 md5sums=('88b733c22a92bf9d6234892db529aaf7')
11 build() {
12    cd $pkgname-$pkgver
13    ./configure --prefix=/usr
14    make
17 package() {
18    cd "$srcdir/$pkgname-$pkgver"
19    make prefix="$pkgdir/" install