wok rev 2921

Add: nicotine+ (soulseek network client)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed May 06 23:26:44 2009 +0000 (2009-05-06)
parents 18808b7dff69
children dff91b24c6ac
files nicotine+/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nicotine+/receipt	Wed May 06 23:26:44 2009 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="nicotine+"
     1.7 +VERSION="1.2.10"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network."
    1.10 +MAINTAINER="claudinei@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.nicotine-plus.org"
    1.13 +WGET_URL="http://ufpr.dl.sourceforge.net/sourceforge/nicotine-plus/$TARBALL"
    1.14 +DEPENDS="gtk+ python pygtk"
    1.15 +BUILD_DEPENDS="python-dev"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	python setup.py clean install --root=$PWD/_pkg
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs/usr
    1.28 +	cp -a $_pkg/usr $fs
    1.29 +}
    1.30 +