wok-next view get-realplayer/receipt @ rev 6794
Down: shared-mime-info to 0.71. Best to leave it there for now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 18:55:32 2010 +0000 (2010-10-18) |
parents | 3feafc902776 |
children | 59de7d3d7152 |
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"
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 }