wok annotate feedparser/receipt @ rev 20921

updated flam3 and flam3-dev (3.0 -> 3.1.1)
author Hans-G?nter Theisgen
date Fri Mar 01 17:44:13 2019 +0100 (2019-03-01)
parents e3f377fbc5f0
children 240fb3120638
rev   line source
jozee@2679 1 # SliTaz package receipt.
jozee@2679 2
jozee@2679 3 PACKAGE="feedparser"
Hans-G?nter@20918 4 VERSION="5.2.1"
jozee@2679 5 CATEGORY="misc"
Hans-G?nter@20918 6 SHORT_DESC="Parse RSS and Atom feeds in Python."
jozee@2679 7 MAINTAINER="jozee@slitaz.org"
pascal@15593 8 LICENSE="MIT"
pascal@20673 9 WEB_SITE="https://github.com/kurtmckee/feedparser"
Hans-G?nter@20918 10
Hans-G?nter@20918 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@20918 12 WGET_URL="https://github.com/kurtmckee/$PACKAGE/archive/$VERSION.tar.gz"
jozee@2679 13
pascal@15593 14 DEPENDS="libxml2 python"
pascal@15593 15 BUILD_DEPENDS="libxml2-dev python-dev setuptools"
pascal@15593 16
jozee@2679 17 # Rules to configure and make the package.
jozee@2679 18 compile_rules()
jozee@2679 19 {
slaxemulator@11106 20 python setup.py install --root=$DESTDIR
jozee@2679 21 }
jozee@2679 22
jozee@2679 23 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2679 24 genpkg_rules()
jozee@2679 25 {
jozee@2679 26 mkdir -p $fs/usr/lib
al@18077 27 cp -a $install/usr/lib/python* $fs/usr/lib
jozee@2679 28 }