SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libraw"

# SliTaz package receipt.

PACKAGE="libraw"
VERSION="0.14.3"
CATEGORY="multimedia"
SHORT_DESC="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)"
MAINTAINER="slaxemulator@gmail.com"
WEB_SITE="http://www.libraw.org/"
SOURCE="LibRaw"
TARBALL="$SOURCE-$VERSION.tar.gz"
WGET_URL="http://www.libraw.org/data/$TARBALL"

DEPENDS="lcms"
BUILD_DEPENDS="lcms-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure $CONFIGURE_ARGS && make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/lib/*.so* $fs/usr/lib
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)