wok-next annotate yad-gtk2/receipt @ rev 20287

remove pure-ftpd-pam, screen-pam, screen-terminfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 16:26:01 2017 +0100 (2017-11-08)
parents f463de72afe3
children
rev   line source
al@19804 1 # SliTaz package receipt v2.
al@19311 2
al@19311 3 PACKAGE="yad-gtk2"
al@19804 4 VERSION="0.39.0"
al@19311 5 CATEGORY="utilities"
al@19311 6 SHORT_DESC="Yet Another Dialog (GTK+2)"
al@19311 7 MAINTAINER="devl547@gmail.com"
al@19311 8 LICENSE="GPL3"
al@19311 9 WEB_SITE="https://sourceforge.net/projects/yad-dialog/"
al@19804 10 HOST_ARCH="i486 arm"
al@19804 11
al@19311 12 TARBALL="yad-$VERSION.tar.xz"
al@19311 13 WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL"
al@19311 14
al@19804 15 BUILD_DEPENDS="gtk+-dev intltool"
al@19311 16 SIBLINGS="yad-gtk3 yad-gtk2-html"
al@19311 17
al@19311 18 # Rules to configure and make the package.
al@19311 19 compile_rules()
al@19311 20 {
al@19311 21 ./configure \
al@19311 22 --enable-icon-browser \
al@19311 23 $CONFIGURE_ARGS &&
al@19311 24 make && make install
al@19311 25 }
al@19311 26
al@19311 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19311 28 genpkg_rules()
al@19311 29 {
al@19783 30 copy yad yad-icon-browser
al@19311 31 cook_copy_icons
al@19804 32 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \
al@19804 33 libffi pango pcre zlib"
al@19804 34 TAGS="gtk2"
al@19804 35 PROVIDE="yad"
al@19311 36 }