From bbe3c8d99de40fb85e0b8b8d8ef1eac3cc6621f1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 17:22:07 +0100 Subject: [PATCH] patchelf: remove long_desc. --- srcpkgs/patchelf/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/patchelf/template b/srcpkgs/patchelf/template index f813e03daab..950b2254ea9 100644 --- a/srcpkgs/patchelf/template +++ b/srcpkgs/patchelf/template @@ -1,7 +1,7 @@ # Template file for 'patchelf' pkgname=patchelf version=0.6 -revision=1 +revision=2 build_style="gnu-configure" short_desc="Utility for modifing existing ELF executables and libraries" maintainer="Juan RP " @@ -9,10 +9,3 @@ license="GPL-3" homepage="http://nixos.org/patchelf.html" distfiles="http://hydra.nixos.org/build/1524660/download/2/patchelf-${version}.tar.bz2" checksum="fc7e7fa95f282fc37a591a802629e0e1ed07bc2a8bf162228d9a69dd76127c01" -long_desc=" - PatchELF is a simple utility for modifing existing ELF executables and - libraries. In particular, it can do the following: - - * Change the dynamic loader (ELF interpreter) of executables - * Change the RPATH of executables and libraries - * Shrink the RPATH of executables and libraries"