wok-current rev 20855
updated dtach (0.8 -> 0.9)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 16:54:46 2019 +0100 (2019-02-21) |
parents | 1056edf9bd0f |
children | 9a77299cfd4a |
files | dtach/receipt |
line diff
1.1 --- a/dtach/receipt Thu Feb 21 16:46:14 2019 +0100 1.2 +++ b/dtach/receipt Thu Feb 21 16:54:46 2019 +0100 1.3 @@ -1,21 +1,24 @@ 1.4 # SliTaz package receipt. 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="christophe.paris@free.fr" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="http://dtach.sourceforge.net/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://dtach.sourceforge.net/" 1.17 WGET_URL="http://downloads.sourceforge.net/dtach/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - cd $src 1.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.25 + ./configure \ 1.26 + --prefix=/usr \ 1.27 + --infodir=/usr/share/info \ 1.28 + --mandir=/usr/share/man \ 1.29 + $CONFIGURE_ARGS && 1.30 make || return 1 1.31 # no install rules, let's do it by hand 1.32 mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1