wok-next diff poppler-data/receipt @ rev 21271
up openssl10: 1.0.2o to 1.0.2t -> soon EOL
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 07 12:21:21 2019 +0000 (2019-12-07) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/poppler-data/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/poppler-data/receipt Sat Dec 07 12:21:21 2019 +0000 1.3 @@ -8,14 +8,14 @@ 1.4 LICENSE="MIT" 1.5 WEB_SITE="https://poppler.freedesktop.org/" 1.6 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/poppler.html" 1.7 +HOST_ARCH="any" 1.8 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WGET_URL="http://poppler.freedesktop.org/$TARBALL" 1.11 +TARBALL_SHA1="0ae7d4ec36f7a7585f0a8008f0a95d5771cef71b" 1.12 + 1.13 +COPY="@std @dev" 1.14 1.15 compile_rules() { 1.16 make prefix=/usr install 1.17 } 1.18 - 1.19 -genpkg_rules() { 1.20 - copy @std @dev 1.21 -}