SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gtkam"

# SliTaz package receipt.

PACKAGE="gtkam"
VERSION="1.0"
CATEGORY="graphics"
TAGS="camera"
SHORT_DESC="GTK digital camera access."
MAINTAINER="maintainer@slitaz.org"
LICENSE="GPLv2+"
WEB_SITE="http://www.gphoto.org/proj/gtkam/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/gphoto/$TARBALL"

SUGGESTED="gtkam-lang"
DEPENDS="atk gtk+ libexif-gtk libgphoto2 libxml2"
BUILD_DEPENDS="atk-dev gtk+-dev libexif-gtk-dev libgphoto2-dev libtool libxml2-dev"

HOST_ARCH="i486 arm"

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        --prefix=/usr        \
        --sysconfdir=/etc    \
        --enable-static=no    \
        --without-bonobo    \
        --without-gnome        \
        --without-gimp        \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_folders    images
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)