wok view get-realplayer/receipt @ rev 2282

cups: disable pam support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 11:09:54 2009 +0000 (2009-02-19)
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 }