wok-current view get-realplayer/receipt @ rev 2815
update libQtXml to 4.5.0
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Wed Apr 29 10:25:11 2009 +0000 (2009-04-29) |
parents | |
children | 552220e919ae |
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="firefox tar bash"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-realplayer $fs/usr/bin
16 }