milis/talimatname/genel/m/mygpoclient/talimat

15 lines
304 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Podcast aboneliği senkronizasyonu aracı
2016-02-24 01:27:23 +01:00
# URL: http://thp.io/2010/mygpoclient
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python
2016-02-24 01:27:23 +01:00
name=mygpoclient
version=1.7
release=2
source=(http://thp.io/2010/mygpoclient/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py install --root=$PKG
}