15 lines
386 B
Plaintext
15 lines
386 B
Plaintext
# Tanım: Soulseek istemci, pythonda yazılmış
|
||
# URL: https://github.com/Nicotine-Plus/nicotine-plus
|
||
# Paketçi: milisarge
|
||
# Gerekler: mutagen python-gtk
|
||
|
||
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)
|
||
|
||
build() {
|
||
cd nicotine-plus-$version
|
||
python2 setup.py install --root="$PKG"
|
||
}
|