From 9304b797e19acf70bb5b2c5c1245b3c1d40e5373 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Feb 2014 18:16:15 +0100 Subject: [PATCH] libnet: remove long_desc. --- srcpkgs/libnet/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/libnet/template b/srcpkgs/libnet/template index 5af850e049..4bcd39e4ce 100644 --- a/srcpkgs/libnet/template +++ b/srcpkgs/libnet/template @@ -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 " @@ -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}"