wok view get-realplayer/receipt @ rev 8157
LOCAL_STATE typo fix was not applied as /etc/slitaz/slitaz.conf is a config file
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Jan 26 21:35:51 2011 +0100 (2011-01-26) |
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 }