wok-next view gxmessage/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gxmessage"
4 VERSION="2.6.2"
5 CATEGORY="utilities"
6 SHORT_DESC="GTK2-based clone of xmessage"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://web.archive.org/web/20171222080325/http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://homepages.ihug.co.nz/~trmusson/stuff/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev"
16 compile_rules() {
17 ./configure --prefix=/usr $CONFIGURE_ARGS &&
18 make || return 1
20 install -Dm755 $src/gxmessage $install/usr/bin/gxmessage
21 install -Dm644 $src/gxmessage.png $install/usr/share/pixmaps/gxmessage.png
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="gtk2 expat libxdamage"
27 }