diffutils: remove long_desc.

This commit is contained in:
Juan RP 2014-02-18 16:43:05 +01:00
parent d4e65909c5
commit 727ab5596a
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'diffutils'
pkgname=diffutils
version=3.3
revision=1
revision=2
build_style=gnu-configure
conflicts="chroot-diffutils>=0"
short_desc="The GNU diff utilities"
@ -10,8 +10,3 @@ homepage="http://www.gnu.org/software/diffutils"
license="GPL-3"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c
long_desc="
Diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their
features are a superset of the Unix features and they are significantly
faster. Cmp has been moved into this package from the GNU textutils package.
These programs are usually used for creating patch files."