wok-next view get-realplayer/receipt @ rev 12521

Up: xorg-mkfontdir, xorg-setxkbmap, xorg-xauth, xorg-xclock, xorg-xcompmgr, xorg-xinput, xorg-xload + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 00:15:23 2012 +0200 (2012-04-25)
parents 552220e919ae
children 42b8478866fb
line source
1 # SliTaz package receipt.
3 PACKAGE="get-realplayer"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Real Player for Linux."
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="http://www.real.com"
9 DEPENDS="tar bash"
10 TAGS="music audio sound player"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-realplayer $fs/usr/bin
17 }