15 lines
376 B
Plaintext
15 lines
376 B
Plaintext
|
# Tanım: Soulseek istemci, pythonda yazılmış
|
|||
|
# URL: https://github.com/Nicotine-Plus/nicotine-plus
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: mutagen python-gtk
|
|||
|
|
|||
|
isim=nicotine-plus
|
|||
|
surum=1.4.1
|
|||
|
devir=1
|
|||
|
kaynak=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$surum.tar.gz::$isim-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd nicotine-plus-$surum
|
|||
|
python2 setup.py install --root="$PKG"
|
|||
|
}
|