Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21544/main/finkinfo/net

Added Files:
        flexget.info 
Log Message:
a few things I keep forgetting to commit :)

--- NEW FILE: flexget.info ---
Info4: <<
Package: flexget
Version: 1.0r1333
Revision: 1
Description: Multipurpose download automation tool
Type: python(2.6)
License: BSD
Maintainer: Benjamin Reed <flex...@fink.raccoonfink.com>

Depends: <<
        python%type_pkg[python],
        beautifulsoup-py%type_pkg[python],
        feedparser-py%type_pkg[python],
        googlechart-py%type_pkg[python],
        html5lib-py%type_pkg[python],
        nzb-py%type_pkg[python],
        progressbar-py%type_pkg[python],
        rss2gen-py%type_pkg[python],
        sqlalchemy-py%type_pkg[python],
        yaml-py%type_pkg[python]
<<
BuildDepends: <<
        fink (>= 0.29.7-1),
        setuptools-py%type_pkg[python]
<<

NoSourceDirectory: true
Source: http://download.flexget.com/unstable/FlexGet-%v-py%type_raw[python].egg
Source-MD5: 9b9d9306b15ba2eb8bd0958f7be5d8a5

UseMaxBuildJobs: true
CompileScript: echo "none needed"

InstallScript: <<
#!/bin/sh -ev
        INSTALL_DIR="%i/lib/python2.6/site-packages"
        install -d -m 755 $INSTALL_DIR
        export PYTHONPATH="$PYTHONPATH:$INSTALL_DIR"
        easy_install-%type_raw[python] --prefix=%i --no-deps 
FlexGet-%v-py%type_raw[python].egg
        find %i -name \*.pyc -exec rm -rf {} \;
        rm -rf $INSTALL_DIR/site.py
        rm -rf $INSTALL_DIR/easy-install.pth
<<

Homepage: http://flexget.com/
DescDetail: <<
FlexGet is a multipurpose automation tool for content like torrents, nzbs,
podcasts, comics, etc.  FlexGet is able to handle different kinds of sources
like RSS-feeds, html pages and even csv files.  There are even some plugins
for sites that do not provide any kind of useful feeds.

There are numerous plugins that allow utilizing FlexGet in interesting ways
and more are being added continuously.
<<
<<



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to