# SliTaz package receipt.

PACKAGE="mb-applet-volume"
VERSION="0.2"
CATEGORY="x-window"
SHORT_DESC="Matchbox volume applet."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://matchbox-project.org/"
WGET_URL="${WEB_SITE}sources/$PACKAGE/0.2/$TARBALL"

DEPENDS="gtk+ libmatchbox"
BUILD_DEPENDS="gtk+-dev libmatchbox-dev"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure $CONFIGURE_ARGS &&
	make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/share
	cp -a $install/usr/bin $fs/usr
	cp -a $install/usr/share/applications $fs/usr/share
	cp -a $install/usr/share/pixmaps $fs/usr/share
}