wok annotate get-realplayer/receipt @ rev 13681

urxvt-full: up 9.15, 256 colors + terminfo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 29 04:51:11 2012 +0000 (2012-11-29)
parents 552220e919ae
children 42b8478866fb
rev   line source
pascal@1710 1 # SliTaz package receipt.
pascal@1710 2
pascal@1710 3 PACKAGE="get-realplayer"
pascal@1710 4 VERSION="1.00"
pascal@1710 5 CATEGORY="non-free"
pascal@1710 6 SHORT_DESC="Get Real Player for Linux."
pascal@1710 7 MAINTAINER="paul@slitaz.org"
pascal@1710 8 WEB_SITE="http://www.real.com"
slaxemulator@8517 9 DEPENDS="tar bash"
jozee@4993 10 TAGS="music audio sound player"
pascal@1710 11
pascal@1710 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1710 13 genpkg_rules()
pascal@1710 14 {
pascal@1710 15 mkdir -p $fs/usr/bin
pascal@1710 16 cp stuff/get-realplayer $fs/usr/bin
pascal@1710 17 }
pascal@1710 18