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

Fix: patch fltk-2.0.x to build with gcc-4.x
author Christophe Lincoln <pankso@slitaz.org>
date Thu Sep 24 21:40:03 2009 +0200 (2009-09-24)
parents
children 0feddf601f07
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 WEB_SITE="http://www.foxitsoftware.com/pdf/desklinux/"
10 genpkg_rules()
11 {
12 mkdir -p $fs/usr/bin
13 cp stuff/get-foxit-reader $fs/usr/bin
14 }