# 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 }