
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" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/gphoto/files/gtkam/ 2>/dev/null | \ sed '/gtkam\/[0-9]/!d;/href=/!d;/#folder/d;s|.*gtkam/||;s|/.*||;q' } # 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 }
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)