wok-stable view alsaplayer-scopes/receipt @ rev 7163

linmodem-hsfmodem: do not assume build host kernel is up to date
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 07 16:40:05 2010 +0100 (2010-11-07)
parents b68b4f934ba7
children 03117e7655ff
line source
1 # SliTaz package receipt.
3 PACKAGE="alsaplayer-scopes"
4 VERSION="0.99.80"
5 CATEGORY="multimedia"
6 SHORT_DESC="Alsa GTK+ PCM player scopes."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
9 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
10 xorg-libXrender mesa xorg-libXdamage xorg-libXxf86vm libdrm"
11 WANTED="alsaplayer"
12 WEB_SITE="http://www.alsaplayer.org/"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/alsaplayer
18 cp -a $_pkg/usr/lib/alsaplayer/scopes2 \
19 $fs/usr/lib/alsaplayer
20 }