wok-next diff nathive/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 f48456621a9d
children
line diff
     1.1 --- a/nathive/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/nathive/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.924"
     1.5  CATEGORY="graphics"
     1.6  SHORT_DESC="Lightweight image editor"
     1.7 -MAINTAINER="jozee@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL3"
    1.10  WEB_SITE="http://www.nathive.org/"
    1.11  
    1.12 @@ -14,7 +14,7 @@
    1.13  BUILD_DEPENDS="gtk2-dev python-dev coreutils-operations"
    1.14  
    1.15  compile_rules() {
    1.16 -	sed -i "s|^BASE.*|BASE = $DESTDIR/usr/|;s|nathive.sh|nathive.py|" makefile
    1.17 +	sed -i "s|^BASE.*|BASE = $install/usr/|; s|nathive.sh|nathive.py|" makefile
    1.18  
    1.19  	make install
    1.20  }