2012-04-10 10:26:35 +00:00
|
|
|
# Template file for 'libutempter'
|
|
|
|
pkgname=libutempter
|
2012-12-11 13:26:25 +00:00
|
|
|
version=1.1.6
|
2014-02-21 10:14:09 +00:00
|
|
|
revision=3
|
2012-12-11 13:26:25 +00:00
|
|
|
build_style=gnu-makefile
|
2012-04-10 10:26:35 +00:00
|
|
|
short_desc="Library interface to record user sessions in utmp/wtmp files"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="LGPL-2.1"
|
2012-12-11 13:26:25 +00:00
|
|
|
homepage="http://freecode.com/projects/libutempter"
|
|
|
|
distfiles="ftp://ftp.altlinux.org/pub/people/ldv/utempter/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=b898565f31ced7e5c1fa0a2eaa0f6ff0ed862b5fe375d26375b64bfbdfeac397
|
2012-04-10 10:26:35 +00:00
|
|
|
|
2013-04-13 08:15:49 +00:00
|
|
|
libutempter-devel_package() {
|
2014-02-21 10:14:09 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2014-01-01 15:10:11 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
2014-02-21 10:14:09 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|