wok-next annotate gpodder/receipt @ rev 21598

updated doxygen (1.8.15 -> 1.8.18)
author Hans-G?nter Theisgen
date Wed Jun 24 14:39:37 2020 +0100 (2020-06-24)
parents c022997c7a57
children 3d4e98fbfbed
rev   line source
claudinei@5747 1 # SliTaz package receipt.
claudinei@5747 2
claudinei@5747 3 PACKAGE="gpodder"
slaxemulator@15810 4 VERSION="3.5.2"
claudinei@5747 5 CATEGORY="multimedia"
al@21020 6 SHORT_DESC="A simple and usable podcast consumption"
claudinei@5747 7 MAINTAINER="claudinei@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="https://gpodder.github.io/"
al@21020 10
claudinei@5747 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
claudinei@14859 12 WGET_URL="$WEB_SITE/src/$TARBALL"
claudinei@5747 13
pascal@14999 14 BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool"
pascal@14999 15
al@21020 16 compile_rules() {
slaxemulator@10135 17 make install
claudinei@5747 18 }
claudinei@5747 19
al@21020 20 genpkg_rules() {
al@21020 21 copy @std
al@21020 22 DEPENDS="python python-dbus python-pygtk python-mygpoclient feedparser"
claudinei@5747 23 }