libnet: remove long_desc.
This commit is contained in:
parent
4a5702fc92
commit
9304b797e1
1 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libnet'
|
||||
pkgname=libnet
|
||||
version=1.1.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="A C library for portable packet creation and injection"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,13 +9,6 @@ license="GPL-3"
|
|||
homepage="https://github.com/sam-github/libnet"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}-dev/$pkgname-$version.tar.gz"
|
||||
checksum=d392bb5825c4b6b672fc93a0268433c86dc964e1500c279dc6d0711ea6ec467a
|
||||
long_desc="
|
||||
Libnet is an API to help with the construction and handling of network
|
||||
packets. It provides a portable framework for low-level network
|
||||
packet writing and handling (use libnet in conjunction with libpcap and
|
||||
you can write some really cool stuff). Libnet includes packet creation
|
||||
at the IP layer and at the link layer as well as a host of supplementary
|
||||
and complementary functionality."
|
||||
|
||||
libnet-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue