libutempter: update to 1.1.6.
This commit is contained in:
parent
d99ef7ecb8
commit
9983b002ca
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'libutempter-devel'.
|
||||
#
|
||||
depends="glibc-devel libutempter>=1.1.5"
|
||||
noarch=yes
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/share usr
|
||||
}
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
# 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
|
||||
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"
|
||||
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="
|
||||
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"
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/*.a
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue