void-packages/srcpkgs/parted/libparted.template
Juan RP 5ef117ebf2 Added parted-2.1 build template.
--HG--
extra : convert_revision : e66b8072fd11019cb17e5a5f896cf7b7e83ba593
2010-01-25 17:12:59 +01:00

16 lines
397 B
Text

# Template file for 'libparted'.
#
short_desc="The GNU Parted disk partitioning shared library"
long_desc="${long_desc}
This package contains libparted, the required shared library used by Parted."
Add_dependency run glibc
Add_dependency run libuuid
Add_dependency run device-mapper
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libparted*.so.* ${DESTDIR}/usr/lib
}