wok-undigest diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pidgin-musictracker/receipt	Tue Aug 24 10:54:11 2010 +0200
     1.3 @@ -0,0 +1,42 @@
     1.4 +# SliTaz package receipt.
     1.5 +PACKAGE="pidgin-musictracker"
     1.6 +VERSION="0.4.21"
     1.7 +CATEGORY="network"
     1.8 +SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to."
     1.9 +MAINTAINER="ben@seawolfsanctuary.com"
    1.10 +DEPENDS="pidgin pcre"
    1.11 +BUILD_DEPENDS="pidgin-dev libpurple-dev pcre-dev"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://pidgin-musictracker.googlecode.com"
    1.14 +WGET_URL="$WEB_SITE/files/$TARBALL"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $PACKAGE-$VERSION
    1.20 +	make clean
    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 +}
    1.31 +
    1.32 +# Commands to executed before/after package is installed.
    1.33 +#post_install()
    1.34 +#{
    1.35 +#	echo "Processing post-install commands..."
    1.36 +#	echo -n "Finished post-install commands."
    1.37 +#	status
    1.38 +#}
    1.39 +
    1.40 +#pre_remove()
    1.41 +#{
    1.42 +#	echo "Processing pre-remove commands..."
    1.43 +#	echo -n "Finished pre-remove commands."
    1.44 +#	status
    1.45 +#}