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

Update viewnior (1.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 23:35:15 2018 +0200 (2018-12-03)
parents f48456621a9d
children 6f5739796e82
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"
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 }