16 lines
386 B
Text
16 lines
386 B
Text
# 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."
|
|
|
|
revision=2
|
|
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
|
}
|