wok-stable annotate poppler-apps/receipt @ rev 3994

Squid-auth-helpers: fix FSH
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 30 12:17:24 2009 +0200 (2009-08-30)
parents b2b20722b0b6
children c1c447457d4c
rev   line source
pankso@27 1 # SliTaz package receipt.
pankso@27 2
pankso@27 3 PACKAGE="poppler-apps"
pankso@3851 4 VERSION="0.10.7"
pankso@205 5 CATEGORY="office"
pankso@27 6 SHORT_DESC="Poppler utilities to manipulate PDF file."
pankso@27 7 MAINTAINER="pankso@slitaz.org"
pankso@27 8 WANTED="poppler"
pascal@2456 9 DEPENDS="fontconfig poppler zlib"
pankso@27 10 WEB_SITE="http://poppler.freedesktop.org/"
pankso@27 11
pankso@27 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@27 13 genpkg_rules()
pankso@27 14 {
pankso@27 15 mkdir -p $fs/usr
pankso@27 16 cp -a $_pkg/usr/bin $fs/usr
pankso@27 17 }