# Description: A client for the soulseek network # URL: http://nicotine.thegraveyard.org/ # Maintainer: Brett Goulder, predatorfreak at dcaf-security dot org. # Depends on: pygtk, pyvorbis, python-geoip name=nicotine-plus version=1.2.8 release=2 source=(http://dl.sourceforge.net/$name/nicotine+-$version.tar.bz2) build() { cd nicotine+-$version python ./setup.py install --root=$PKG cd trayicon python autogen.py make make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale $PKG/usr/share/nicotine/documentation mv $PKG/usr/share/man $PKG/usr/man }