wok view zmixer/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents
children 922f061231c2
line source
1 # SliTaz package receipt.
3 PACKAGE="zmixer"
4 VERSION="0.2.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="A simple volume control that uses the advanced linux sound architecture"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://zwin.org/zmixer/"
11 WGET_URL="$WEB_SITE$TARBALL"
12 TAGS="mixer"
14 DEPENDS="gtk+ alsa-lib"
15 BUILD_DEPENDS="gtk+-dev alsa-lib-dev pkg-config"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/zmixer $fs/usr/bin
28 }