wok view gxmessage/receipt @ rev 21850

updated rspamd (1.9.3 -> 1.9.4)
author Hans-G?nter Theisgen
date Sun Sep 15 15:30:41 2019 +0100 (2019-09-15)
parents 79424101d778
children 71360a13cd94
line source
1 # SliTaz package receipt.
3 PACKAGE="gxmessage"
4 VERSION="2.20.4"
5 CATEGORY="utilities"
6 SHORT_DESC="GTK2-based clone of xmessage."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://savannah.gnu.org/projects/gxmessage"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="expat gtk+ xorg-libXdamage"
15 BUILD_DEPENDS="gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --prefix=/usr $CONFIGURE_ARGS &&
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p \
28 $fs/usr/bin \
29 $fs/usr/share/pixmaps
31 cp -a $src/gxmessage $fs/usr/bin
32 cp -a $src/gxmessage.png $fs/usr/share/pixmaps
33 }