wok-next diff poppler-data/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 4ca71b0ef823
children 94b1769614d9
line diff
     1.1 --- a/poppler-data/receipt	Sun Jun 25 14:29:39 2017 +0300
     1.2 +++ b/poppler-data/receipt	Tue May 15 02:59:03 2018 +0300
     1.3 @@ -1,25 +1,21 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="poppler-data"
     1.7 -VERSION="0.4.7"
     1.8 +VERSION="0.4.8"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Encoding files for use with poppler"
    1.11  MAINTAINER="rocky@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://poppler.freedesktop.org/"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/poppler.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="http://poppler.freedesktop.org/$TARBALL"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 +compile_rules() {
    1.23  	make prefix=/usr install
    1.24 -#datadir=/usr/share  DESTDIR=$DESTDIR
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 +genpkg_rules() {
    1.31  	copy @std @dev
    1.32  }