wok-next diff sozi/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 3b4e4318134e
children c022997c7a57
line diff
     1.1 --- a/sozi/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/sozi/receipt	Thu Aug 23 07:07:52 2018 +0300
     1.3 @@ -1,27 +1,22 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="sozi"
     1.8  VERSION="12.09-27213249"
     1.9  CATEGORY="graphics"
    1.10 -SHORT_DESC="A small program that can play animated presentations."
    1.11 +SHORT_DESC="A small program that can play animated presentations"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="http://sozi.baierouge.fr/"
    1.15 +
    1.16  TARBALL="$PACKAGE-release-$VERSION.zip"
    1.17  WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL"
    1.18  
    1.19 -DEPENDS="inkscape python pygtk python-lxml"
    1.20 -BUILD_DEPENDS="wget"
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	cd $src
    1.26 +compile_rules() {
    1.27 +	mkdir -p     $install/usr/share/inkscape/extensions/
    1.28 +	cp -a $src/* $install/usr/share/inkscape/extensions/
    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/usr/share/inkscape/extensions
    1.35 -	cp -a $src/* $fs/usr/share/inkscape/extensions/
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38 +	DEPENDS="inkscape python pygtk python-lxml"
    1.39  }