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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 4ca71b0ef823
children 94b1769614d9
line source
1 # SliTaz package receipt v2.
3 PACKAGE="poppler-data"
4 VERSION="0.4.8"
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/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/poppler.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
15 compile_rules() {
16 make prefix=/usr install
17 }
19 genpkg_rules() {
20 copy @std @dev
21 }