libsmbios: remove long_desc.
This commit is contained in:
parent
f7925a0513
commit
2d04e19942
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libsmbios'
|
||||
pkgname=libsmbios
|
||||
version=2.2.28
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-python"
|
||||
hostmakedepends="pkg-config perl"
|
||||
|
@ -12,9 +12,6 @@ license="GPL-2+, OLS-2.1"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$version/$pkgname-$version.tar.bz2"
|
||||
checksum=dd247fd43296df3352435b090dd789a22a89c4b316e98b46b915323290a3e350
|
||||
long_desc="
|
||||
Libsmbios is a library and utilities that can be used by client programs
|
||||
to get information from standard BIOS tables, such as the SMBIOS table."
|
||||
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
|
@ -29,7 +26,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libsmbios-devel_package() {
|
||||
depends="libsmbios>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue