wok annotate poppler-data/receipt @ rev 13950

add libwmf libwmf-dev
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:00:25 2013 +0000 (2013-01-29)
parents e2fdad61be6b
children d99b8aa85966
rev   line source
rocky@3559 1 # SliTaz package receipt.
rocky@3559 2
rocky@3559 3 PACKAGE="poppler-data"
gokhlayeh@11494 4 VERSION="0.4.5"
rocky@3559 5 CATEGORY="office"
rocky@3559 6 SHORT_DESC="Poppler encoding data."
rocky@3559 7 MAINTAINER="rocky@slitaz.org"
rocky@3559 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
gokhlayeh@11494 9 DEPENDS=""
rocky@3559 10 WEB_SITE="http://poppler.freedesktop.org/"
rocky@3559 11 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
rocky@3559 12
rocky@3559 13 # Rules to configure and make the package.
rocky@3559 14 compile_rules()
rocky@3559 15 {
rocky@3559 16 cd $src
gokhlayeh@11494 17 make datadir=/usr/share DESTDIR=$DESTDIR install
rocky@3559 18 }
rocky@3559 19
rocky@3559 20 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3559 21 genpkg_rules()
rocky@3559 22 {
rocky@3559 23 mkdir -p $fs
rocky@3559 24 cp -a $_pkg/usr $fs/
rocky@3559 25 }