wok-next diff dtach/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/dtach/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/dtach/receipt	Sat Nov 21 14:32:44 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  }