# HG changeset patch # User Hans-G?nter Theisgen # Date 1647846155 -3600 # Node ID c68e84a80970a03572cf934d4abf27ab85092159 # Parent 92161a7a5d2e5844c2fdc5cdad003f8bf5dc35c8 updated libspectre (0.2.7 -> 0.2.9) diff -r 92161a7a5d2e -r c68e84a80970 libspectre/description.txt --- a/libspectre/description.txt Mon Mar 21 07:11:54 2022 +0100 +++ b/libspectre/description.txt Mon Mar 21 08:02:35 2022 +0100 @@ -1,2 +1,3 @@ -libspectre is a small library for rendering Postscript documents. It provides a -convenient easy to use API for handling and rendering Postscript documents. +Libspectre is a small library for rendering Postscript documents. +It provides a convenient easy to use API for handling and rendering +Postscript documents. diff -r 92161a7a5d2e -r c68e84a80970 libspectre/receipt --- a/libspectre/receipt Mon Mar 21 07:11:54 2022 +0100 +++ b/libspectre/receipt Mon Mar 21 08:02:35 2022 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="libspectre" -VERSION="0.2.7" +VERSION="0.2.9" CATEGORY="office" -SHORT_DESC="libspectre is a small library for rendering Postscript documents" +SHORT_DESC="A small library for rendering Postscript documents." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" -WEB_SITE="http://www.freedesktop.org/wiki/Software/libspectre" +WEB_SITE="https://www.freedesktop.org/wiki/Software/libspectre" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://libspectre.freedesktop.org/releases/$TARBALL" +WGET_URL="https://libspectre.freedesktop.org/releases/$TARBALL" DEPENDS="ghostscript" BUILD_DEPENDS="ghostscript-dev" @@ -23,12 +24,13 @@ # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_files *.so* }