5190bd1c51
--HG-- extra : convert_revision : d1ae77b6f95ad4f858de9ae57c31f519be480766
19 lines
436 B
Text
19 lines
436 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."
|
|
|
|
revision=2
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run libuuid
|
|
Add_dependency run libblkid
|
|
Add_dependency run device-mapper
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libparted*.so* ${DESTDIR}/usr/lib
|
|
}
|