wok rev 24785
updated libspectre (0.2.7 -> 0.2.9)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 21 08:02:35 2022 +0100 (2022-03-21) |
parents | 92161a7a5d2e |
children | 4b6179b7c1cd |
files | libspectre/description.txt libspectre/receipt |
line diff
1.1 --- a/libspectre/description.txt Mon Mar 21 07:11:54 2022 +0100 1.2 +++ b/libspectre/description.txt Mon Mar 21 08:02:35 2022 +0100 1.3 @@ -1,2 +1,3 @@ 1.4 -libspectre is a small library for rendering Postscript documents. It provides a 1.5 -convenient easy to use API for handling and rendering Postscript documents. 1.6 +Libspectre is a small library for rendering Postscript documents. 1.7 +It provides a convenient easy to use API for handling and rendering 1.8 +Postscript documents.
2.1 --- a/libspectre/receipt Mon Mar 21 07:11:54 2022 +0100 2.2 +++ b/libspectre/receipt Mon Mar 21 08:02:35 2022 +0100 2.3 @@ -1,14 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libspectre" 2.7 -VERSION="0.2.7" 2.8 +VERSION="0.2.9" 2.9 CATEGORY="office" 2.10 -SHORT_DESC="libspectre is a small library for rendering Postscript documents" 2.11 +SHORT_DESC="A small library for rendering Postscript documents." 2.12 MAINTAINER="al.bobylev@gmail.com" 2.13 LICENSE="GPL2" 2.14 -WEB_SITE="http://www.freedesktop.org/wiki/Software/libspectre" 2.15 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libspectre" 2.16 + 2.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.18 -WGET_URL="http://libspectre.freedesktop.org/releases/$TARBALL" 2.19 +WGET_URL="https://libspectre.freedesktop.org/releases/$TARBALL" 2.20 2.21 DEPENDS="ghostscript" 2.22 BUILD_DEPENDS="ghostscript-dev" 2.23 @@ -23,12 +24,13 @@ 2.24 # Rules to configure and make the package. 2.25 compile_rules() 2.26 { 2.27 - ./configure $CONFIGURE_ARGS && make && make install 2.28 + ./configure $CONFIGURE_ARGS && 2.29 + make && 2.30 + make install 2.31 } 2.32 2.33 # Rules to gen a SliTaz package suitable for Tazpkg. 2.34 genpkg_rules() 2.35 { 2.36 - mkdir -p $fs/usr/lib 2.37 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.38 + cook_copy_files *.so* 2.39 }