milis/talimatname/genel/g/gpodder/talimat

21 lines
584 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: GPodder, Python'da GTK + kullanarak yazılmış basit, açık kaynaklı bir podcast istemcisidir.
# URL: http://gpodder.org/
# Paketçi: milisarge
# Gerekler: intltool python dbus-python python-gtk feedparser mygpoclient
isim=gpodder
surum=3.9.0
devir=6
kaynak=(http://gpodder.org/src/$isim-$surum.tar.gz)
derle(){
cd $isim-$surum
PYTHON=python2 DESTDIR=${PKG} make install || return 1
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/man/man1
sed -i \
"/Popen(\['ip\|Popen(\['ifconfig/s/Popen(\['/Popen(['\/sbin\//" \
src/gpodder/util.py
make DESTDIR=$PKG install
}