
Receipt for package "pnm2ppa"
# SliTaz package receipt. PACKAGE="pnm2ppa" VERSION="1.13" CATEGORY="system-tools" SHORT_DESC="Ghostscript print filter and color driver for some HP DeskJet printers." MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" WEB_SITE="https://pnm2ppa.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="cups foomatic-filters ghostscript" BUILD_DEPENDS="ghostscript-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/pnm2ppa/files/pnm2ppa/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/pnm2ppa/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/etc $fs cp -a $install/usr/bin $fs/usr # Still needs ppd file download for the specific printer from # http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa&fromprinter=HP-DeskJet_710C }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)