2010-04-13 16:10:05 +02:00
|
|
|
# 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."
|
|
|
|
|
2012-02-06 16:32:31 +01:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/liblvm2app.so*" usr/lib
|
2010-04-13 16:10:05 +02:00
|
|
|
}
|