wok-stable view alsaplayer-scopes/receipt @ rev 3494
get-softmodem-driver: automatic country detection added during slmodem install
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Thu Jun 18 14:43:23 2009 +0200 (2009-06-18) |
parents | 800c8357a1a2 |
children | 395ec8205cff |
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 WANTED="alsaplayer"
9 DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
10 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
11 xorg-libXrender libgl xorg-libXdamage"
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 }