wok view yad-gtk2/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents 4b55a51aefa5
children 2537c708087e
line source
1 # SliTaz package receipt.
3 PACKAGE="yad-gtk2"
4 VERSION="0.28.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Yet Another Dialog (GTK+2)"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://sourceforge.net/projects/yad-dialog/"
10 TARBALL="yad-$VERSION.tar.xz"
11 WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL"
12 TAGS="gtk2"
13 HOST_ARCH="i486 arm"
15 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \
16 libffi libgio pango pcre zlib"
17 BUILD_DEPENDS="gtk+-dev"
18 PROVIDE="yad"
19 SIBLINGS="yad-gtk3 yad-gtk2-html"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 patch -p1 -i $stuff/ru.patch
26 ./configure \
27 --enable-icon-browser \
28 $CONFIGURE_ARGS &&
29 make && make install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 cook_copy_files yad yad-icon-browser
36 cook_copy_icons
37 }