New package: libutempter-1.1.5.

This commit is contained in:
Juan RP 2012-04-10 12:26:35 +02:00
parent 198bcb5122
commit 1f1cfbe176
6 changed files with 34 additions and 0 deletions

View File

@ -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

1
srcpkgs/libutempter-devel Symbolic link
View File

@ -0,0 +1 @@
libutempter

View File

@ -0,0 +1,2 @@
abi_depends=">=1.1.5"
api_depends="${abi_depends}"

View File

@ -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
}

View File

@ -0,0 +1 @@
libc.so.6

View File

@ -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"