libnl: remove long_desc.
This commit is contained in:
parent
4756165e1c
commit
a1439c069d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libnl'
|
||||
pkgname=libnl
|
||||
version=1.1.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for applications dealing with netlink sockets"
|
||||
homepage="http://www.infradead.org/~tgr/libnl/"
|
||||
|
@ -9,10 +9,6 @@ license="LGPL-2.1"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://www.infradead.org/~tgr/libnl/files/libnl-${version}.tar.gz"
|
||||
checksum=4f80c21fe5bbcdde6e72b59b4f98306063a41421f909887c34e58d93e746d063
|
||||
long_desc="
|
||||
libnl is a library for applications dealing with netlink sockets.
|
||||
The library provides an interface for raw netlink messaging and various
|
||||
netlink family specific interfaces."
|
||||
|
||||
libnl-devel_package() {
|
||||
depends="libnl>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue