void-packages/srcpkgs/lvm2/liblvm2app.template
2012-02-06 16:32:31 +01:00

12 lines
306 B
Plaintext

# Template file for 'liblvm2app'
#
short_desc="LVM2 application library"
long_desc="
This package contains the lvm2app shared library. It allows easier access
to the basic LVM objects and provides functions to enumerate, create or
modify them."
do_install() {
vmove "usr/lib/liblvm2app.so*" usr/lib
}