wok-next view poppler-data/receipt @ rev 19816
gstreamer0, gst0-* are for version 0.10; while gstreamer1, gst1-* are for version 1.0; up gparted and all its suggested dependencies...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jul 27 00:56:44 2017 +0300 (2017-07-27) |
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 }