2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Soulseek istemci, pythonda yazılmış
|
2017-09-26 00:03:35 +02:00
|
|
|
|
# URL: https://github.com/Nicotine-Plus/nicotine-plus
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: mutagen python-gtk
|
2017-09-26 00:03:35 +02:00
|
|
|
|
|
|
|
|
|
name=nicotine-plus
|
|
|
|
|
version=1.4.1
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$version.tar.gz::$name-$version.tar.gz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-09-26 00:03:35 +02:00
|
|
|
|
cd nicotine-plus-$version
|
|
|
|
|
python2 setup.py install --root="$PKG"
|
|
|
|
|
}
|