summaryrefslogtreecommitdiff
path: root/net/nicotine/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2003-09-08 00:33:18 +0000
committerhubertf <hubertf@pkgsrc.org>2003-09-08 00:33:18 +0000
commitd902256668e1a8c149c1a7bfdb73767c86abc9a8 (patch)
tree12180ed7109db6446109d677b98e1bd6a26574bd /net/nicotine/Makefile
parent1eefca3f483a8c3cd31b5265f61a7a91accc32dd (diff)
downloadpkgsrc-d902256668e1a8c149c1a7bfdb73767c86abc9a8.tar.gz
Import nicotine-1.0.3: Client for soulseek, a peer-to-peer network for music
Nicotine is a SoulSeek client written in Python, based on the PySoulSeek project by Alexander Kanavin. It features, among other things, a completely rewritten graphical user interface which uses PyGTK-2 toolkit and a less strict user request policy. Nicotine is a feature complete client for the SoulSeek filesharing network. You can use it to upload, download, search and chat. You can keep a "buddy" list and basically everything else a SoulSeek client is supposed to do. If you are familliar with PySoulSeek, you'll probably notice a striking resemblance in appearance. More info: Daelstorm's Nicotine Propaganda page.
Diffstat (limited to 'net/nicotine/Makefile')
-rw-r--r--net/nicotine/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile
new file mode 100644
index 00000000000..117e6fc46e4
--- /dev/null
+++ b/net/nicotine/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/08 00:33:18 hubertf Exp $
+#
+
+DISTNAME= nicotine-1.0.3
+CATEGORIES= net audio x11
+MASTER_SITES= http://nicotine.thegraveyard.org/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://nicotine.thegraveyard.org/
+COMMENT= Client for soulseek, a peer-to-peer network for music
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+PYTHON_VERSIONS_ACCEPTED= 22pth 23pth
+USE_BUILDLINK2= yes
+
+do-install:
+ cd ${WRKSRC} ; \
+ ${PYTHONBIN} setup.py install --prefix=${PREFIX}
+
+.include "../../lang/python22-pth/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../x11/py-gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"