wok-next diff screenlets/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 a3254b6a96ac
children
line diff
     1.1 --- a/screenlets/receipt	Tue Sep 25 17:35:51 2018 +0300
     1.2 +++ b/screenlets/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -4,17 +4,17 @@
     1.4  VERSION="0.1.6"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Desktop widgets framework"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="http://screenlets.org"
    1.11 +WEB_SITE="https://web.archive.org/web/20121113151039/http://screenlets.org:80/index.php/Home"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="https://launchpad.net/screenlets/trunk/$VERSION/+download/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="python-dev gettext"
    1.17 +BUILD_DEPENDS="python-dev gettext-dev"
    1.18  
    1.19  compile_rules() {
    1.20 -	python setup.py install --root=$install || return 1
    1.21 +	python -B setup.py install --root=$install || return 1
    1.22  
    1.23  	mkdir -p      $install/etc/screenlets/
    1.24  	echo '/usr' > $install/etc/screenlets/prefix