
Receipt for package "qpdf"
# SliTaz package receipt. PACKAGE="qpdf" VERSION="10.6.1" CATEGORY="system-tools" SHORT_DESC="A Content-Preserving PDF Transformation System." MAINTAINER="mojo@slitaz.org" LICENSE="Artistic-2.0" WEB_SITE="https://github.com/qpdf/qpdf" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/release-$TARBALL" DEPENDS="gcc83-lib-base libatomic libjpeg pcre zlib" BUILD_DEPENDS="gcc83 gnutls-dev jpeg-dev pcre-dev zlib-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { ./configure \ CC=gcc-83 \ CXX=g++-83 \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin cook_copy_files *.so* }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)