updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / libutempter / PKGBUILD
blobeab6bb062c6c915eb213cc6d46b3147e537e7c39
1 # Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
3 pkgname=libutempter
4 pkgver=1.1.5
5 pkgrel=3
6 pkgdesc="A interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files"
7 arch=('i686' 'x86_64')
8 url="http://freshmeat.net/projects/libutempter"
9 license=('LGPL2')
10 depends=('glibc')
11 install=libutempter.install
12 source=(ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.bz2)
13 md5sums=('d62a93ba9f3796a91cf03be5ef25a9a1')
15 build() {
16   cd $srcdir/$pkgname-$pkgver
18   make || return 1
19   make DESTDIR=$pkgdir install
20   rm $pkgdir/usr/lib/libutempter.a
23 # vim:set ts=2 sw=2 et: