keyutils: remove long_desc.
This commit is contained in:
parent
48b9ea7910
commit
19898ce5be
1 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'keyutils'
|
||||
pkgname=keyutils
|
||||
version=1.5.5
|
||||
revision=2
|
||||
revision=3
|
||||
conf_files="/etc/request-key.conf"
|
||||
short_desc="Linux Key Management Utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,9 +9,6 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="http://people.redhat.com/~dhowells/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=8fab781fb2d1450b2112a7fbfe6629522ae5a6b901f875a74a201012025a3fc5
|
||||
long_desc="
|
||||
These tools are used to control the key management system built into the
|
||||
Linux kernel."
|
||||
|
||||
do_build() {
|
||||
sed -e "s|/lib64|/lib|g;s|-m64|${CFLAGS}|g" -i Makefile
|
||||
|
@ -35,16 +32,17 @@ do_install() {
|
|||
libkeyutils_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
keyutils-devel_package() {
|
||||
depends="libkeyutils>=${version}"
|
||||
depends="libkeyutils>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue