wok diff libspectre/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents ede1d184d5c5
children
line diff
     1.1 --- a/libspectre/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/libspectre/receipt	Fri Jul 01 10:50:21 2022 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libspectre"
     1.7 -VERSION="0.2.7"
     1.8 +VERSION="0.2.9"
     1.9  CATEGORY="office"
    1.10 -SHORT_DESC="libspectre is a small library for rendering Postscript documents"
    1.11 +SHORT_DESC="A small library for rendering Postscript documents."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://www.freedesktop.org/wiki/Software/libspectre"
    1.15 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libspectre"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WGET_URL="http://libspectre.freedesktop.org/releases/$TARBALL"
    1.19 +WGET_URL="https://libspectre.freedesktop.org/releases/$TARBALL"
    1.20  
    1.21  DEPENDS="ghostscript"
    1.22  BUILD_DEPENDS="ghostscript-dev"
    1.23 @@ -23,12 +24,13 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure $CONFIGURE_ARGS && make && make install
    1.28 +	./configure $CONFIGURE_ARGS &&
    1.29 +	make &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	mkdir -p $fs/usr/lib
    1.37 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.38 +	cook_copy_files	*.so*
    1.39  }