void-packages/srcpkgs/util-linux/libmount.template
Juan RP 40fccb5321 util-linux-ng: upstream renamed it again to util-linux. Update to 2.19rc1.
--HG--
rename : srcpkgs/util-linux-ng/INSTALL => srcpkgs/util-linux/INSTALL
rename : srcpkgs/util-linux-ng/depends => srcpkgs/util-linux/depends
rename : srcpkgs/util-linux-ng/files/adjtime.cron-hourly => srcpkgs/util-linux/files/adjtime.cron-hourly
rename : srcpkgs/util-linux-ng/libblkid-devel.template => srcpkgs/util-linux/libblkid-devel.template
rename : srcpkgs/util-linux-ng/libblkid.template => srcpkgs/util-linux/libblkid.template
rename : srcpkgs/util-linux-ng/libmount-devel.template => srcpkgs/util-linux/libmount-devel.template
rename : srcpkgs/util-linux-ng/libmount.template => srcpkgs/util-linux/libmount.template
rename : srcpkgs/util-linux-ng/libuuid-devel.template => srcpkgs/util-linux/libuuid-devel.template
rename : srcpkgs/util-linux-ng/libuuid.template => srcpkgs/util-linux/libuuid.template
rename : srcpkgs/util-linux-ng/template => srcpkgs/util-linux/template
2011-01-11 14:46:12 +01:00

19 lines
483 B
Plaintext

# Template file for 'libmount'.
#
short_desc="A mount(8) library"
long_desc="
This NEW LIBRARY is designed to be used in low-level utils like
mount(8) and /sbin/mount.<type> helpers as well as in some other
projects."
Add_dependency run glibc
Add_dependency run libblkid
Add_dependency run libuuid
do_install()
{
mkdir -p ${DESTDIR}/lib ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/lib/libmount.so* ${DESTDIR}/lib
mv ${SRCPKGDESTDIR}/usr/lib/libmount.so ${DESTDIR}/usr/lib
}