SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fotoxx"

# SliTaz package receipt.

PACKAGE="fotoxx"
VERSION="11.05.2"
CATEGORY="graphics"
SHORT_DESC="lightweight image editor"
MAINTAINER="gokhlayeh@slitaz.org"
DEPENDS="gtk+"
BUILD_DEPENDS="exiftool gtk+-dev freeimage freeimage-dev xdg-utils"
SUGGESTED="exiftool ufraw printoxx"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://kornelix.squarespace.com/fotoxx" 
WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
TAGS="image editor photo jpeg jpg bmp png gif"

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

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