wok view gxmessage/receipt @ rev 21144

updated zsh (5.0.7 -> 5.7.1)
author Hans-G?nter Theisgen
date Thu Mar 28 10:36:56 2019 +0100 (2019-03-28)
parents 20661c276bcf
children d70ed9488748
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://savanna.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 }