wok view get-foxit-reader/receipt @ rev 17501

Normalize tags "file-manager", "web-browser", "text-editor", "terminal", and "window-manager" according to tazx.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 08 02:04:05 2015 +0200 (2015-01-08)
parents 0feddf601f07
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="get-foxit-reader"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="A free PDF document viewer for the Linux platform."
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.foxitsoftware.com/pdf/desklinux/"
10 TAGS="pdf viewer"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-foxit-reader $fs/usr/bin
16 }