wok view gxmessage/receipt @ rev 20591

compiz-plugins-unsupported, gucharmap3: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 21:00:34 2018 +0100 (2018-12-15)
parents 8b79c3ee7ac2
children 20661c276bcf
line source
1 # SliTaz package receipt.
3 PACKAGE="gxmessage"
4 VERSION="2.6.2"
5 CATEGORY="utilities"
6 SHORT_DESC="GTK2-based clone of xmessage"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
11 WGET_URL="http://homepages.ihug.co.nz/~trmusson/stuff/$TARBALL"
13 DEPENDS="gtk+ expat xorg-libXdamage"
14 BUILD_DEPENDS="gtk+-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
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 $fs/usr/bin $fs/usr/share/pixmaps
29 cp -a $src/gxmessage $fs/usr/bin
30 cp -a $src/gxmessage.png $fs/usr/share/pixmaps
31 }