wok annotate poppler-apps/receipt @ rev 8639

Up: slitaz-menus to 1.8. Added Education directory for menu. Also add applications-engineering and applications-science icons from gnome-icon-theme. Both 16 and 32 sizes.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 03:49:26 2011 +0000 (2011-02-15)
parents d64035aa669a
children 52f5e4797618
rev   line source
pankso@27 1 # SliTaz package receipt.
pankso@27 2
pankso@27 3 PACKAGE="poppler-apps"
slaxemulator@8356 4 VERSION="0.14.5"
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@5005 9 DEPENDS="fontconfig poppler 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
pankso@27 17 }