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

19 lines
586 B
Text

# Template file for 'libparted-devel'.
#
short_desc="The GNU Parted disk partitioning library development files"
long_desc="${long_desc}
This package contains the static library and header files for libparted, which
are really only of interest to parted developers."
Add_dependency run libuuid-devel
Add_dependency run device-mapper-devel
Add_dependency run libparted
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libparted*.* ${DESTDIR}/usr/lib
}