SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "printoxx"

# SliTaz package receipt.

PACKAGE="printoxx"
VERSION="2.8.1"
CATEGORY="graphics"
SHORT_DESC="fotoxx plugin for printing one or more image files with a user-defined page layout"
MAINTAINER="gokhlayeh@slitaz.org"
DEPENDS="gtk+ "
BUILD_DEPENDS="gtk+-dev"
SUGGESTED="fotoxx"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://kornelix.squarespace.com/printoxx" 
WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
TAGS="print images jpeg jpg bmp png gif"

# Rules to configure and make the package.
compile_rules()
{
       cd $src
    export PREFIX=/usr make
    make DESTDIR=$PWD/_pkg install
    
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales  $fs/usr/share/applications 
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
    #non-standard local path
    cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/
    cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)