wok-next diff 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 diff
     1.1 --- a/poppler-data/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/poppler-data/receipt	Wed May 13 07:41:00 2020 +0100
     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 -}