libutempter: update to 1.1.6.

This commit is contained in:
Juan RP 2012-12-11 14:26:25 +01:00
parent d99ef7ecb8
commit 9983b002ca
2 changed files with 12 additions and 9 deletions

View file

@ -1,13 +1,13 @@
# Template file for 'libutempter-devel'. # Template file for 'libutempter-devel'.
# #
depends="glibc-devel libutempter>=1.1.5" noarch=yes
depends="${sourcepkg}>=${version}"
short_desc="${short_desc} -- development files" short_desc="${short_desc} -- development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr
vmove "usr/lib/*.a" usr/lib vmove usr/share usr
} }

View file

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