wok view pidgin-musictracker/receipt @ rev 11312

Up: xfe (1.32.4)
author Alexander Medvedev <devl547@gmail.com>
date Tue Nov 15 08:34:19 2011 +0000 (2011-11-15)
parents e079f946a52f
children b7319995b37e
line source
1 # SliTaz package receipt.
3 PACKAGE="pidgin-musictracker"
4 VERSION="0.4.22"
5 CATEGORY="network"
6 SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to."
7 MAINTAINER="ben@seawolfsanctuary.com"
8 DEPENDS="pidgin pcre"
9 BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev gtk+-dev glib-dev pkg-config"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://pidgin-musictracker.googlecode.com"
12 WGET_URL="$WEB_SITE/files/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure
19 make && make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $_pkg/usr $fs/
27 }