wok-next diff backintime/receipt @ rev 21257

encfs: use cmake
author Hans-G?nter Theisgen
date Fri Dec 06 13:47:57 2019 +0100 (2019-12-06)
parents 757d032c55c7
children ed18c30d9e96
line diff
     1.1 --- a/backintime/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/backintime/receipt	Fri Dec 06 13:47:57 2019 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-${VERSION}_src.tar.gz"
     1.5  WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="python rsync meld perl gettext-tools" # python-glade2 python-gnome2
     1.8 +BUILD_DEPENDS="python rsync meld perl gettext" # python-glade2 python-gnome2
     1.9  
    1.10  compile_rules() {
    1.11  	cd $src/common
    1.12 @@ -21,7 +21,7 @@
    1.13  		--sysconfdir=/etc \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	make DESTDIR=$install install
    1.18  }
    1.19  
    1.20  genpkg_rules() {