wok-6.x annotate feedparser/receipt @ rev 15792
linux: CONFIG_I2C_EG20T=m
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Jan 17 10:28:33 2014 +0000 (2014-01-17) |
parents | 83b6ea539f40 |
children | 16df76e1fc6a |
rev | line source |
---|---|
jozee@2679 | 1 # SliTaz package receipt. |
jozee@2679 | 2 |
jozee@2679 | 3 PACKAGE="feedparser" |
claudinei@14858 | 4 VERSION="5.1.3" |
jozee@2679 | 5 CATEGORY="misc" |
jozee@2679 | 6 SHORT_DESC="Parse RSS and Atom feeds in Python" |
jozee@2679 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@15593 | 8 LICENSE="MIT" |
slaxemulator@11106 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
jozee@2679 | 10 WEB_SITE="http://feedparser.sf.net" |
slaxemulator@11106 | 11 WGET_URL="http://feedparser.googlecode.com/files/$TARBALL" |
jozee@2679 | 12 |
pascal@15593 | 13 DEPENDS="libxml2 python" |
pascal@15593 | 14 BUILD_DEPENDS="libxml2-dev python-dev setuptools" |
pascal@15593 | 15 |
jozee@2679 | 16 # Rules to configure and make the package. |
jozee@2679 | 17 compile_rules() |
jozee@2679 | 18 { |
jozee@2679 | 19 cd $src |
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 |
claudinei@14858 | 27 cp -a $install/usr/lib/python* $fs/usr/lib |
jozee@2679 | 28 } |