wok view get-realplayer/receipt @ rev 15330
gnome-doc-utils-dev: update genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 11:01:47 2013 +0000 (2013-09-28) |
parents | 59de7d3d7152 |
children | 8ea0030e77cb |
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 LICENSE="BSD"
9 WEB_SITE="http://www.real.com"
10 TAGS="music audio sound player"
12 DEPENDS="tar bash"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp stuff/get-realplayer $fs/usr/bin
19 }