wok-next rev 21603

updated dtach (0.8 -> 0.9)
author Hans-G?nter Theisgen
date Wed Jun 24 15:25:04 2020 +0100 (2020-06-24)
parents 1d69730a4d06
children 1de0c8432a20
files dtach/receipt
line diff
     1.1 --- a/dtach/receipt	Wed Jun 24 15:19:05 2020 +0100
     1.2 +++ b/dtach/receipt	Wed Jun 24 15:25:04 2020 +0100
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="dtach"
     1.7 -VERSION="0.8"
     1.8 +VERSION="0.9"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Emulates the detach feature of screen"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://dtach.sourceforge.net/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	./configure $CONFIGURE_ARGS &&
    1.23  	make || return 1
    1.24  
    1.25 -	install -Dm755 dtach $install/usr/bin/dtach
    1.26 +	install -Dm755 dtach	$install/usr/bin/dtach
    1.27  	cook_pick_manpages dtach.1
    1.28  }
    1.29  
    1.30 -genpkg_rules() {
    1.31 +genpkg_rules()
    1.32 +{
    1.33  	copy @std
    1.34  }