wok view gxmessage/receipt @ rev 3675

Add ocsinventory-agent
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jul 11 12:17:46 2009 +0200 (2009-07-11)
parents c91fdd0583b9
children d1c17bd2c2bc
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 xorg-libXdamage"
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 }