wok view alsa-tools-hwmixvolume/receipt @ rev 17853

epdfview: fix rendering of embedded images

used:
http://www.linuxfromscratch.org/patches/blfs/svn/epdfview-0.1.8-fixes-2.patch
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Mar 24 22:35:58 2015 +0100 (2015-03-24)
parents 3ecfe5659741
children 0644ee05ddc4
line source
1 # SliTaz package receipt.
3 PACKAGE="alsa-tools-hwmixvolume"
4 VERSION="1.0.26.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Control the volume of sound cards using hardware mixing."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="alsa-tools"
10 WEB_SITE="http://www.alsa-project.org/"
12 DEPENDS="alsa-lib python pygtk"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/hwmixvolume $fs/usr/bin
19 }