wok-current annotate poppler-apps/receipt @ rev 13983
poppler, poppler-dev, poppler-apps, poppler-qt4: up to 0.22.0
author | ernia <monghitri@aruba.it> |
---|---|
date | Thu Feb 07 21:27:33 2013 +0000 (2013-02-07) |
parents | 2ef59f6bb8d1 |
children | d99b8aa85966 |
rev | line source |
---|---|
pankso@27 | 1 # SliTaz package receipt. |
pankso@27 | 2 |
pankso@27 | 3 PACKAGE="poppler-apps" |
monghitri@13983 | 4 VERSION="0.22.0" |
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" |
gokhlayeh@11494 | 9 DEPENDS="fontconfig poppler cairo zlib libpng gcc-lib-base" |
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 |
slaxemulator@11871 | 17 if [ -f $fs/usr/bin/poppler-glib-demo ]; then |
slaxemulator@11871 | 18 rm -rf $fs/usr/bin/poppler-glib-demo |
slaxemulator@11871 | 19 fi |
pankso@27 | 20 } |