wok diff pidgin-musictracker/receipt @ rev 7574

Add pidgin-musictracker.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 09 13:31:30 2010 +0000 (2010-12-09)
parents
children e079f946a52f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pidgin-musictracker/receipt	Thu Dec 09 13:31:30 2010 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pidgin-musictracker"
     1.7 +VERSION="0.4.21"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to."
    1.10 +MAINTAINER="ben@seawolfsanctuary.com"
    1.11 +DEPENDS="pidgin pcre"
    1.12 +BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev gtk+-dev glib-dev pkg-config"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://pidgin-musictracker.googlecode.com"
    1.15 +WGET_URL="$WEB_SITE/files/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $PACKAGE-$VERSION
    1.21 +	./configure
    1.22 +	make && make DESTDIR=$PWD/_pkg install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs
    1.29 +	cp -a $_pkg/usr $fs/
    1.30 +}