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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="poppler-data"
4 VERSION="0.4.9"
5 CATEGORY="misc"
6 SHORT_DESC="Encoding files for use with poppler"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://poppler.freedesktop.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/poppler.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
15 TARBALL_SHA1="0ae7d4ec36f7a7585f0a8008f0a95d5771cef71b"
17 COPY="@std @dev"
19 compile_rules() {
20 make prefix=/usr install
21 }