wok view alsaplayer-scopes/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents 03117e7655ff
children 994ff5ef53ce
line source
1 # SliTaz package receipt.
3 PACKAGE="alsaplayer-scopes"
4 VERSION="0.99.81"
5 CATEGORY="multimedia"
6 SHORT_DESC="Alsa GTK+ PCM player scopes."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="alsaplayer"
10 WEB_SITE="http://www.alsaplayer.org/"
12 DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
13 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
14 xorg-libXrender mesa xorg-libXdamage xorg-libXxf86vm libdrm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib/alsaplayer
20 cp -a $install_pkg/usr/lib/alsaplayer/scopes2 \
21 $fs/usr/lib/alsaplayer
22 }