wok diff dtach/receipt @ rev 21717

updated protobuf, protobuf-dev and protobuf-python again (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:36:14 2019 +0100 (2019-06-12)
parents eb8067417980
children 370da83187ab
line diff
     1.1 --- a/dtach/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/dtach/receipt	Wed Jun 12 13:36:14 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