From 3c05475d8bfc8b0c31bcd27120b7f07a4ee9dc63 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 17:09:33 +0100 Subject: [PATCH] dtach: remove long_desc. --- srcpkgs/dtach/template | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/srcpkgs/dtach/template b/srcpkgs/dtach/template index f25a86210bc..d51749969e6 100644 --- a/srcpkgs/dtach/template +++ b/srcpkgs/dtach/template @@ -1,26 +1,16 @@ # Template file for 'dtach' pkgname=dtach version=0.8 -revision=1 -short_desc="dtach is a tiny program that emulates the detach feature of screen" +revision=2 +build_style=gnu-configure +short_desc="Tiny program that emulates the detach feature of screen" maintainer="Juan RP " homepage="http://dtach.sourceforge.net/" license="GPL-2" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" checksum=16614ebddf8ab2811d3dc0e7f329c7de88929ac6a9632d4cb4aef7fe11b8f2a9 -long_desc=" - dtach is a tiny program that emulates the detach feature of screen, allowing - you to run a program in an environment that is protected from the controlling - terminal and attach to it later. dtach does not keep track of the contents of - the screen, and thus works best with programs that know how to redraw - themselves." - -do_build() { - ./configure --prefix=/usr - make ${makejobs} -} do_install() { - install -Dm755 dtach "${DESTDIR}/usr/bin/dtach" - install -Dm644 dtach.1 "${DESTDIR}/usr/share/man/man1/dtach.1" + vinstall dtach 755 usr/bin + vinstall dtach.1 644 usr/share/man/man1 }