From 7974c2cf38e1471e5233a48acc76662a96e8d7de Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 15:30:07 +0100 Subject: [PATCH] bsdiff: remove long_desc. --- srcpkgs/bsdiff/template | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/srcpkgs/bsdiff/template b/srcpkgs/bsdiff/template index beabfce9546..3ffee5d29c1 100644 --- a/srcpkgs/bsdiff/template +++ b/srcpkgs/bsdiff/template @@ -1,7 +1,7 @@ # Template file for 'bsdiff' pkgname=bsdiff version=4.3 -revision=1 +revision=2 makedepends="bzip2-devel" homepage="http://www.daemonology.net/bsdiff" short_desc="Binary diff/patch utility" @@ -9,12 +9,6 @@ maintainer="Juan RP " license="Simplified BSD" distfiles="$homepage/$pkgname-$version.tar.gz" checksum=18821588b2dc5bf159aa37d3bcb7b885d85ffd1e19f23a0c57a58723fea85f48 -long_desc=" - bsdiff and bspatch are tools for building and applying patches to binary files. - By using suffix sorting (specifically, Larsson and Sadakane's qsufsort) and - taking advantage of how executable files change, bsdiff routinely produces - binary patches 50-80% smaller than those produced by Xdelta, and 15% smaller - than those produced by .RTPatch (a $2750/seat commercial patch tool)." do_build() { for i in diff patch; do @@ -28,9 +22,3 @@ do_install() { vinstall bs${i}.1 644 usr/share/man/man1 done } - -bsdiff_package() { - pkg_install() { - vmove usr - } -}