lvm2: build liblvm2applib and create two new subpkgs.
--HG-- extra : convert_revision : 80c1f4057b9cf02301f4f0ec417080222d5eb6df
This commit is contained in:
16
srcpkgs/lvm2/liblvm2app.template
Normal file
16
srcpkgs/lvm2/liblvm2app.template
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run device-mapper
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/lib
|
||||
mv ${SRCPKGDESTDIR}/lib/liblvm2app.so.* ${DESTDIR}/lib
|
||||
}
|
||||
Reference in New Issue
Block a user