milis/talimatname/genel/gpodder/talimat

21 lines
599 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.

# Description: GPodder, Python'da GTK + kullanarak yazılmış basit, açık kaynaklı bir podcast istemcisidir.
# URL: http://gpodder.org/
# Packager: milisarge
# Depends on: intltool python dbus-python python-gtk feedparser mygpoclient
name=gpodder
version=3.9.0
release=6
source=(http://gpodder.org/src/$name-$version.tar.gz)
build(){
cd $name-$version
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
}