SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "epson-inkjet-printer-escpr"

# SliTaz package receipt.

PACKAGE="epson-inkjet-printer-escpr"
VERSION="1.8.6"
CATEGORY="system-tools"
SHORT_DESC="Epson Inkjet Printer XP Series"
MAINTAINER="maintainer@slitaz.org"
LICENSE="LGPL"
WEB_SITE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
TARBALL="$PACKAGE-$VERSION-1.src.rpm"
WGET_URL="https://download3.ebz.epson.net/dsc/f/03/00/16/21/79/6d53e6ec3f8c1e55733eb7860e992a425883bf88/$TARBALL"

DEPENDS="cups"
BUILD_DEPENDS="automake libtool cups-dev"

HOST_ARCH="x86_64"

# Rules to configure and make the package.
compile_rules()
{
    # Extract filters and ppds files 
    tar xf ${PACKAGE}-${VERSION}-1.tar.gz

    cd ${PACKAGE}-$VERSION
    autoreconf -f -i
    ./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/lib $fs/usr/share/ppd

    # Copy and compress ppd
    cp -a $install/usr/share/ppd/$PACKAGE $fs/usr/share/ppd
    gzip -9 $fs/usr/share/ppd/$PACKAGE/*.ppd

    cp -a $install/usr/lib/*so*    $fs/usr/lib
    cp -a $install/usr/lib/cups    $fs/usr/lib
}
6107 packages and 261132 files in current database (Mon Jul 7 00:01:25 2025)