wok annotate get-realplayer/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 59de7d3d7152
children 8ea0030e77cb
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@15199 8 LICENSE="BSD"
pascal@1710 9 WEB_SITE="http://www.real.com"
pascal@15199 10 TAGS="music audio sound player"
pascal@15199 11
slaxemulator@8517 12 DEPENDS="tar bash"
pascal@1710 13
pascal@1710 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1710 15 genpkg_rules()
pascal@1710 16 {
pascal@1710 17 mkdir -p $fs/usr/bin
pascal@1710 18 cp stuff/get-realplayer $fs/usr/bin
pascal@1710 19 }
pascal@1710 20