libutempter: remove long_desc.
This commit is contained in:
parent
0eb2c156fa
commit
1c0d39fe2b
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libutempter'
|
# Template file for 'libutempter'
|
||||||
pkgname=libutempter
|
pkgname=libutempter
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
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>"
|
||||||
|
@ -9,16 +9,14 @@ license="LGPL-2.1"
|
||||||
homepage="http://freecode.com/projects/libutempter"
|
homepage="http://freecode.com/projects/libutempter"
|
||||||
distfiles="ftp://ftp.altlinux.org/pub/people/ldv/utempter/${pkgname}-${version}.tar.bz2"
|
distfiles="ftp://ftp.altlinux.org/pub/people/ldv/utempter/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=b898565f31ced7e5c1fa0a2eaa0f6ff0ed862b5fe375d26375b64bfbdfeac397
|
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."
|
|
||||||
|
|
||||||
libutempter-devel_package() {
|
libutempter-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue