mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
sysfsutils: remove long_desc.
This commit is contained in:
parent
58eedb9fa6
commit
8ce35069c8
1 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sysfsutils'
|
# Template file for 'sysfsutils'
|
||||||
pkgname=sysfsutils
|
pkgname=sysfsutils
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="System Utilities Based on Sysfs"
|
short_desc="System Utilities Based on Sysfs"
|
||||||
homepage="http://linux-diag.sourceforge.net/Sysfsutils.html"
|
homepage="http://linux-diag.sourceforge.net/Sysfsutils.html"
|
||||||
|
@ -9,22 +9,20 @@ license="GPL-2, LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${SOURCEFORGE_SITE}/linux-diag/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/linux-diag/$pkgname-$version.tar.gz"
|
||||||
checksum=e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a
|
checksum=e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a
|
||||||
long_desc="
|
|
||||||
These are a set of utilites built upon sysfs, a new virtual filesystem
|
|
||||||
in Linux kernel versions 2.5+ that exposes a system's device tree."
|
|
||||||
|
|
||||||
libsysfs_package() {
|
libsysfs_package() {
|
||||||
short_desc="Library to query system device information exposed through sysfs"
|
short_desc="Library to query system device information exposed through sysfs"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libsysfs-devel_package() {
|
libsysfs-devel_package() {
|
||||||
depends="libsysfs>=${version}"
|
depends="libsysfs>=${version}_${revision}"
|
||||||
short_desc="libsysfs - development tools"
|
short_desc="Library to query system device information exposed through sysfs - development tools"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue