wok rev 25623

created recipes for gtkam and gtkam-lang
author Hans-G?nter Theisgen
date Fri Sep 29 10:56:02 2023 +0100 (7 months ago)
parents 76c8a51f118d
children 8ac6f7029d68
files gtkam-lang/receipt gtkam/description.txt gtkam/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtkam-lang/receipt	Fri Sep 29 10:56:02 2023 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtkam-lang"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="localization"
     1.9 +SHORT_DESC="GTK digital camera access - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPLv2+"
    1.12 +WEB_SITE="http://www.gphoto.org/proj/gtkam/"
    1.13 +
    1.14 +WANTED="gtkam"
    1.15 +
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	cook_copy_folders	locale
    1.19 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gtkam/description.txt	Fri Sep 29 10:56:02 2023 +0100
     2.3 @@ -0,0 +1,3 @@
     2.4 +gtkam is the official GTK2 GUI for libgphoto2.
     2.5 +Its purpose it to provide a standard client for libgphoto2 aimed at GNOME users.
     2.6 +Consider it as a reference implementation for a graphical libgphoto2 client.
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/gtkam/receipt	Fri Sep 29 10:56:02 2023 +0100
     3.3 @@ -0,0 +1,41 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="gtkam"
     3.7 +VERSION="1.0"
     3.8 +CATEGORY="graphics"
     3.9 +TAGS="camera"
    3.10 +SHORT_DESC="GTK digital camera access."
    3.11 +MAINTAINER="maintainer@slitaz.org"
    3.12 +LICENSE="GPLv2+"
    3.13 +WEB_SITE="http://www.gphoto.org/proj/gtkam/"
    3.14 +
    3.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.16 +WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
    3.17 +
    3.18 +SUGGESTED="gtkam-lang"
    3.19 +DEPENDS="atk gtk+ libexif-gtk libgphoto2 libxml2"
    3.20 +BUILD_DEPENDS="atk-dev gtk+-dev libexif-gtk-dev libgphoto2-dev libtool libxml2-dev"
    3.21 +
    3.22 +HOST_ARCH="i486 arm"
    3.23 +
    3.24 +# Rules to configure and make the package.
    3.25 +compile_rules()
    3.26 +{
    3.27 +	./configure			\
    3.28 +		--prefix=/usr		\
    3.29 +		--sysconfdir=/etc	\
    3.30 +		--enable-static=no	\
    3.31 +		--without-bonobo	\
    3.32 +		--without-gnome		\
    3.33 +		--without-gimp		\
    3.34 +		$CONFIGURE_ARGS &&
    3.35 +	make &&
    3.36 +	make install
    3.37 +}
    3.38 +
    3.39 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.40 +genpkg_rules()
    3.41 +{
    3.42 +	cook_copy_folders	bin
    3.43 +	cook_copy_folders	images
    3.44 +}