wok-next annotate poppler-data/receipt @ rev 19797

Add ttf-carlito, ttf-dejavu-lgc; up atk, c-ares, cacerts, cantarell-fonts, clucene, cookutils, fontconfig, freetype, gnutls, harfbuzz, harfbuzz-icu, hicolor-icon-theme, libunistring, pango, poppler, poppler-data, poppler-qt4, shared-mime-info, ttf-dejavu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 25 14:29:39 2017 +0300 (2017-06-25)
parents f463de72afe3
children d08d2d235af0
rev   line source
al@19797 1 # SliTaz package receipt v2.
rocky@3559 2
rocky@3559 3 PACKAGE="poppler-data"
al@19681 4 VERSION="0.4.7"
al@19681 5 CATEGORY="misc"
al@19681 6 SHORT_DESC="Encoding files for use with poppler"
rocky@3559 7 MAINTAINER="rocky@slitaz.org"
pascal@15021 8 LICENSE="MIT"
al@19681 9 WEB_SITE="https://poppler.freedesktop.org/"
al@19681 10
rocky@3559 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
rocky@3559 12 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
rocky@3559 13
rocky@3559 14 # Rules to configure and make the package.
rocky@3559 15 compile_rules()
rocky@3559 16 {
al@19797 17 make prefix=/usr install
al@19797 18 #datadir=/usr/share DESTDIR=$DESTDIR
rocky@3559 19 }
rocky@3559 20
rocky@3559 21 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3559 22 genpkg_rules()
rocky@3559 23 {
al@19797 24 copy @std @dev
rocky@3559 25 }