wok-undigest view pidgin-musictracker/receipt @ rev 163

Move qemu-* to wok.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Aug 24 10:54:11 2010 +0200 (2010-08-24)
parents
children
line source
1 # SliTaz package receipt.
2 PACKAGE="pidgin-musictracker"
3 VERSION="0.4.21"
4 CATEGORY="network"
5 SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to."
6 MAINTAINER="ben@seawolfsanctuary.com"
7 DEPENDS="pidgin pcre"
8 BUILD_DEPENDS="pidgin-dev libpurple-dev pcre-dev"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://pidgin-musictracker.googlecode.com"
11 WGET_URL="$WEB_SITE/files/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $PACKAGE-$VERSION
17 make clean
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 }
29 # Commands to executed before/after package is installed.
30 #post_install()
31 #{
32 # echo "Processing post-install commands..."
33 # echo -n "Finished post-install commands."
34 # status
35 #}
37 #pre_remove()
38 #{
39 # echo "Processing pre-remove commands..."
40 # echo -n "Finished pre-remove commands."
41 # status
42 #}