wok-next view poppler-data/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 10e6c72b2c15
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="poppler-data"
4 VERSION="0.4.7"
5 CATEGORY="misc"
6 SHORT_DESC="Encoding files for use with poppler"
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://poppler.freedesktop.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make datadir=/usr/share DESTDIR=$DESTDIR install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cook_copy_folders usr
24 }