18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
# 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=1
|
|
|
|
Add_dependency run glibc
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
|
}
|