From 827b51a8d695d8dff55ded240e5579e81fc5dcaa Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 26 Sep 2017 01:03:35 +0300 Subject: [PATCH] nicotine-plus.paketlendi --- talimatname/genel/nicotine-plus/talimat | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 talimatname/genel/nicotine-plus/talimat diff --git a/talimatname/genel/nicotine-plus/talimat b/talimatname/genel/nicotine-plus/talimat new file mode 100644 index 000000000..8e45832d3 --- /dev/null +++ b/talimatname/genel/nicotine-plus/talimat @@ -0,0 +1,14 @@ +# Description: Soulseek istemci, pythonda yazılmış +# URL: https://github.com/Nicotine-Plus/nicotine-plus +# Packager: milisarge +# Depends on: 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" +}