wok annotate poppler-apps/receipt @ rev 1116

Add mcabber mcabber-help
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 20 11:43:38 2008 +0000 (2008-07-20)
parents 67255ebad6ce
children 38878fc49122
rev   line source
pankso@27 1 # SliTaz package receipt.
pankso@27 2
pankso@27 3 PACKAGE="poppler-apps"
pankso@873 4 VERSION="0.8.3"
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"
pankso@27 9 WEB_SITE="http://poppler.freedesktop.org/"
pankso@27 10
pankso@27 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@27 12 genpkg_rules()
pankso@27 13 {
pankso@27 14 mkdir -p $fs/usr
pankso@27 15 cp -a $_pkg/usr/bin $fs/usr
pankso@27 16 }