New package: libutempter-1.1.5.
This commit is contained in:
parent
198bcb5122
commit
1f1cfbe176
|
@ -966,3 +966,4 @@ libwx_gtk2u_stc-2.8.so.0 wxGTK wxGTK-devel
|
||||||
libwx_gtk2u_svg-2.8.so.0 wxGTK wxGTK-devel
|
libwx_gtk2u_svg-2.8.so.0 wxGTK wxGTK-devel
|
||||||
libkeyutils.so.1 libkeyutils keyutils-devel
|
libkeyutils.so.1 libkeyutils keyutils-devel
|
||||||
libiptcdata.so.0 libiptcdata libiptcdata-devel
|
libiptcdata.so.0 libiptcdata libiptcdata-devel
|
||||||
|
libutempter.so.1 libutempter libutempter-devel
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
libutempter
|
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=1.1.5"
|
||||||
|
api_depends="${abi_depends}"
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'libutempter-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run glibc-devel
|
||||||
|
Add_dependency run libutempter ">=${version}"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
libc.so.6
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'libutempter'
|
||||||
|
pkgname=libutempter
|
||||||
|
version=1.1.5
|
||||||
|
homepage="http://freecode.com/projects/libutempter"
|
||||||
|
distfiles="ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$version.tar.bz2"
|
||||||
|
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"
|
||||||
|
checksum=73d0576b16caeb22874dc80d0ce7a6aeebb3181b117e95c147cd8d29df99e70e
|
||||||
|
long_desc="
|
||||||
|
libutempter provides a library interface for terminal emulators such as
|
||||||
|
screen and xterm to record user sessions to utmp and wtmp files."
|
||||||
|
|
||||||
|
subpackages="$pkgname-devel"
|
Loading…
Reference in New Issue