SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ufraw"

# SliTaz package receipt.

PACKAGE="ufraw"
VERSION="0.17"
CATEGORY="graphics"
SHORT_DESC="Utility to read and manipulate raw images from digital cameras."
MAINTAINER="gokhlayeh@slitaz.org"
DEPENDS="gtk+ exiv2 libgtkimageview libgomp"
BUILD_DEPENDS="gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev \
libgtkimageview-dev bzip2-dev"
SUGGESTED="ufraw-locales"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://ufraw.sourceforge.net/" 
WGET_URL="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man \
        $CONFIGURE_ARGS &&
    make && make DESTDIR=$PWD/_pkg install    
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/applications
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $src/ufraw.desktop $fs/usr/share/applications
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)