lvm2: build liblvm2applib and create two new subpkgs.

--HG--
extra : convert_revision : 80c1f4057b9cf02301f4f0ec417080222d5eb6df
This commit is contained in:
Juan RP
2010-04-13 16:10:05 +02:00
parent 52d3280790
commit e23ddee5a6
6 changed files with 42 additions and 4 deletions

View 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
}