wok-next annotate poppler-data/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@19797 | 1 # SliTaz package receipt v2. |
rocky@3559 | 2 |
rocky@3559 | 3 PACKAGE="poppler-data" |
al@20942 | 4 VERSION="0.4.9" |
al@19681 | 5 CATEGORY="misc" |
al@19681 | 6 SHORT_DESC="Encoding files for use with poppler" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15021 | 8 LICENSE="MIT" |
al@19681 | 9 WEB_SITE="https://poppler.freedesktop.org/" |
al@21017 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/poppler.html" |
al@21098 | 11 HOST_ARCH="any" |
al@19681 | 12 |
rocky@3559 | 13 TARBALL="$PACKAGE-$VERSION.tar.gz" |
rocky@3559 | 14 WGET_URL="http://poppler.freedesktop.org/$TARBALL" |
al@21098 | 15 TARBALL_SHA1="0ae7d4ec36f7a7585f0a8008f0a95d5771cef71b" |
al@21098 | 16 |
al@21098 | 17 COPY="@std @dev" |
rocky@3559 | 18 |
al@20648 | 19 compile_rules() { |
al@19797 | 20 make prefix=/usr install |
rocky@3559 | 21 } |