wok annotate zmixer/receipt @ rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
parents
children 922f061231c2
rev   line source
pascal@20706 1 # SliTaz package receipt.
pascal@20706 2
pascal@20706 3 PACKAGE="zmixer"
pascal@20706 4 VERSION="0.2.1"
pascal@20706 5 CATEGORY="multimedia"
pascal@20706 6 SHORT_DESC="A simple volume control that uses the advanced linux sound architecture"
pascal@20706 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20706 8 LICENSE="GPL2"
pascal@20706 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20706 10 WEB_SITE="https://zwin.org/zmixer/"
pascal@20706 11 WGET_URL="$WEB_SITE$TARBALL"
pascal@20706 12 TAGS="mixer"
pascal@20706 13
pascal@20706 14 DEPENDS="gtk+ alsa-lib"
pascal@20706 15 BUILD_DEPENDS="gtk+-dev alsa-lib-dev pkg-config"
pascal@20706 16
pascal@20706 17 # Rules to configure and make the package.
pascal@20706 18 compile_rules()
pascal@20706 19 {
pascal@20706 20 make
pascal@20706 21 }
pascal@20706 22
pascal@20706 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20706 24 genpkg_rules()
pascal@20706 25 {
pascal@20706 26 mkdir -p $fs/usr/bin
pascal@20706 27 cp -a $src/zmixer $fs/usr/bin
pascal@20706 28 }