# HG changeset patch # User Claudinei Pereira # Date 1241652404 0 # Node ID c304ad727a59799becca7dbb9587fa055ba3e8ed # Parent 18808b7dff695ccdd857e8b14412bb0e31428877 Add: nicotine+ (soulseek network client) diff -r 18808b7dff69 -r c304ad727a59 nicotine+/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nicotine+/receipt Wed May 06 23:26:44 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="nicotine+" +VERSION="1.2.10" +CATEGORY="multimedia" +SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network." +MAINTAINER="claudinei@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.nicotine-plus.org" +WGET_URL="http://ufpr.dl.sourceforge.net/sourceforge/nicotine-plus/$TARBALL" +DEPENDS="gtk+ python pygtk" +BUILD_DEPENDS="python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py clean install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr $fs +} +