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

mplayer-svn tiny libpng patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 10 15:10:02 2017 +0100 (2017-11-10)
parents f463de72afe3
children d08d2d235af0
line source
1 # SliTaz package receipt v2.
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 prefix=/usr install
18 #datadir=/usr/share DESTDIR=$DESTDIR
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 copy @std @dev
25 }