# Template file for 'libsysfs'. # short_desc="Library to query system device information exposed through sysfs" long_desc="${long_desc} The library's purpose is to provide a consistant and stable interface for querying system device information exposed through sysfs." Add_dependency run glibc do_install() { mkdir -p ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/*.so.* ${DESTDIR}/usr/lib }