milis/talimatname/genel/f/feedparser/talimat

16 lines
343 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Python'da RSS ve Atom feed'lerini ayrıştırın
# URL: https://code.google.com/p/feedparser/
# Paketçi: milisarge
# Gerekler: python-setuptools
# Grup: ağ
isim=feedparser
surum=5.1.3
devir=1
kaynak=(http://feedparser.googlecode.com/files/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
python setup.py install --root=$PKG
}