wok-next diff nathive/receipt @ rev 21057

Deal with HOST_ARCH="any"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 14:47:30 2018 +0200 (2018-12-03)
parents f48456621a9d
children
line diff
     1.1 --- a/nathive/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/nathive/receipt	Mon Dec 03 14:47:30 2018 +0200
     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  }