wok view gxmessage/receipt @ rev 2494

libiec61883: update build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 23:40:16 2009 +0000 (2009-03-15)
parents 1226987f0a0b
children 8b79c3ee7ac2
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 DEPENDS="gtk+ expat"
9 BUILD_DEPENDS="gtk+-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
12 WGET_URL="http://homepages.ihug.co.nz/~trmusson/stuff/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr $CONFIGURE_ARGS && \
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin $fs/usr/share/pixmaps
27 cp -a $src/gxmessage $fs/usr/bin
28 cp -a $src/gxmessage.png $fs/usr/share/pixmaps
29 }