void-packages/srcpkgs/libutempter/template
2012-12-11 14:26:25 +01:00

20 lines
686 B
Plaintext

# Template file for 'libutempter'
pkgname=libutempter
version=1.1.6
revision=1
subpackages="${pkgname}-devel"
build_style=gnu-makefile
short_desc="Library interface to record user sessions in utmp/wtmp files"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://freecode.com/projects/libutempter"
distfiles="ftp://ftp.altlinux.org/pub/people/ldv/utempter/${pkgname}-${version}.tar.bz2"
checksum=b898565f31ced7e5c1fa0a2eaa0f6ff0ed862b5fe375d26375b64bfbdfeac397
long_desc="
libutempter provides a library interface for terminal emulators such as
screen and xterm to record user sessions to utmp and wtmp files."
post_install() {
rm -f ${DESTDIR}/usr/lib/*.a
}