wok-next diff gpodder/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents c022997c7a57
children 3d4e98fbfbed
line diff
     1.1 --- a/gpodder/receipt	Thu Aug 23 10:22:21 2018 +0300
     1.2 +++ b/gpodder/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -3,28 +3,21 @@
     1.4  PACKAGE="gpodder"
     1.5  VERSION="3.5.2"
     1.6  CATEGORY="multimedia"
     1.7 -SHORT_DESC="A simple and usable podcast consumption."
     1.8 +SHORT_DESC="A simple and usable podcast consumption"
     1.9  MAINTAINER="claudinei@slitaz.org"
    1.10  LICENSE="GPL3"
    1.11 +WEB_SITE="https://gpodder.github.io/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://gpodder.org"
    1.15  WGET_URL="$WEB_SITE/src/$TARBALL"
    1.16  
    1.17 -DEPENDS="python python-dbus python-pygtk python-mygpoclient feedparser"
    1.18  BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	make install
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 -	mkdir -p $fs/usr/share
    1.31 -	cp -a $install/usr/bin $fs/usr
    1.32 -	cp -a $install/usr/lib $fs/usr
    1.33 -	cp -a $install/usr/share/gpodder $fs/usr/share
    1.34 -	cp -a $install/usr/share/dbus-1 $fs/usr/share
    1.35 +genpkg_rules() {
    1.36 +	copy @std
    1.37 +	DEPENDS="python python-dbus python-pygtk python-mygpoclient feedparser"
    1.38  }