wok view poppler-apps/receipt @ rev 2806

update to 4.5.0
author Allan Pinto <allan316@gmail.com>
date Wed Apr 29 09:38:17 2009 +0000 (2009-04-29)
parents d1aba649375c
children e8ba4e0f7aff
line source
1 # SliTaz package receipt.
3 PACKAGE="poppler-apps"
4 VERSION="0.10.6"
5 CATEGORY="office"
6 SHORT_DESC="Poppler utilities to manipulate PDF file."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="poppler"
9 DEPENDS="fontconfig poppler zlib"
10 WEB_SITE="http://poppler.freedesktop.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }