wok diff gtkam/receipt @ rev 25625
Add opendkim (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 08 17:14:09 2023 +0000 (14 months ago) |
parents | |
children | 6e7761d7363c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtkam/receipt Wed Nov 08 17:14:09 2023 +0000 1.3 @@ -0,0 +1,41 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gtkam" 1.7 +VERSION="1.0" 1.8 +CATEGORY="graphics" 1.9 +TAGS="camera" 1.10 +SHORT_DESC="GTK digital camera access." 1.11 +MAINTAINER="maintainer@slitaz.org" 1.12 +LICENSE="GPLv2+" 1.13 +WEB_SITE="http://www.gphoto.org/proj/gtkam/" 1.14 + 1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +WGET_URL="$SF_MIRROR/gphoto/$TARBALL" 1.17 + 1.18 +SUGGESTED="gtkam-lang" 1.19 +DEPENDS="atk gtk+ libexif-gtk libgphoto2 libxml2" 1.20 +BUILD_DEPENDS="atk-dev gtk+-dev libexif-gtk-dev libgphoto2-dev libtool libxml2-dev" 1.21 + 1.22 +HOST_ARCH="i486 arm" 1.23 + 1.24 +# Rules to configure and make the package. 1.25 +compile_rules() 1.26 +{ 1.27 + ./configure \ 1.28 + --prefix=/usr \ 1.29 + --sysconfdir=/etc \ 1.30 + --enable-static=no \ 1.31 + --without-bonobo \ 1.32 + --without-gnome \ 1.33 + --without-gimp \ 1.34 + $CONFIGURE_ARGS && 1.35 + make && 1.36 + make install 1.37 +} 1.38 + 1.39 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.40 +genpkg_rules() 1.41 +{ 1.42 + cook_copy_folders bin 1.43 + cook_copy_folders images 1.44 +}