wok diff volumeicon/receipt @ rev 14000

Up: emacs-pkg-lua-mode (20111107)
author Dominique Corbex <domcox@slitaz.org>
date Thu Feb 14 13:36:00 2013 +0100 (2013-02-14)
parents
children 2b9f96603415
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/volumeicon/receipt	Thu Feb 14 13:36:00 2013 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="volumeicon"
     1.7 +VERSION="0.4.6"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Volumeicon is a lightweight volume control in your systray."
    1.10 +MAINTAINER="claudinei@slitaz.org"
    1.11 +WEB_SITE="http://softwarebakery.com/maato/volumeicon.html"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL"
    1.14 +
    1.15 +DEPENDS="gtk+ alsa-lib libnotify"
    1.16 +BUILD_DEPENDS="gtk+-dev alsa-lib-dev libnotify-dev"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	patch -p0 < $stuff/alsa_backend.patch
    1.22 +	./configure --enable-notify $CONFIGURE_ARGS && 
    1.23 +	make && 
    1.24 +	make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $install/* $fs
    1.31 +}