
Receipt for package "libspectre"
# SliTaz package receipt. PACKAGE="libspectre" VERSION="0.2.9" CATEGORY="office" SHORT_DESC="A small library for rendering Postscript documents." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/libspectre" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://libspectre.freedesktop.org/releases/$TARBALL" DEPENDS="ghostscript" BUILD_DEPENDS="ghostscript-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_files *.so* }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)