New package: keyutils-1.5.5.

This commit is contained in:
Juan RP 2012-04-05 12:24:01 +02:00
parent 761cbe9f58
commit 58af20e4d6
9 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Template file for 'libkeyutils'.
#
short_desc="${short_desc} -- runtime library"
long_desc="${long_desc}
This package contains the runtime shared library."
do_install() {
vmove "usr/lib/*.so*" usr/lib
}