wok view alsaplayer-scopes/receipt @ rev 5562

mplayer-svn, rage: cache svn fetched files in SOURCES_REPOSITORY
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 14 10:52:03 2010 +0200 (2010-05-14)
parents 19dad1e8892c
children c8256426be90
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 xorg-libXxf86vm libdrm"
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 }