wok-next diff pyroom/receipt @ rev 20956

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 00:08:37 2018 +0300 (2018-09-05)
parents c022997c7a57
children a3254b6a96ac
line diff
     1.1 --- a/pyroom/receipt	Thu Aug 23 10:22:21 2018 +0300
     1.2 +++ b/pyroom/receipt	Wed Sep 05 00:08:37 2018 +0300
     1.3 @@ -1,29 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="pyroom"
     1.8  VERSION="0.4.1"
     1.9  CATEGORY="office"
    1.10 -SHORT_DESC="Full screen editor."
    1.11 +SHORT_DESC="Full screen editor"
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="http://pyroom.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://pyroom.org/"
    1.18  WGET_URL="http://launchpad.net/pyroom/${VERSION%.*}/$VERSION/+download/$TARBALL"
    1.19  
    1.20 -DEPENDS="python python-pygtk python-xdg libffi"
    1.21  BUILD_DEPENDS="python python-dev gettext"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	python setup.py build &&
    1.28  	python setup.py install --root=$DESTDIR
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 -	mkdir -p $fs
    1.35 -	cp -a $install/usr $fs
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38 +	DEPENDS="python python-pygtk python-xdg libffi"
    1.39  }
    1.40 -