wok-next annotate gxmessage/receipt @ rev 20473

Tiny edits...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 16:57:21 2018 +0200 (2018-03-10)
parents d1c17bd2c2bc
children f48456621a9d
rev   line source
al@20473 1 # SliTaz package receipt v2.
erjo@2155 2
erjo@2155 3 PACKAGE="gxmessage"
erjo@2155 4 VERSION="2.6.2"
pascal@2180 5 CATEGORY="utilities"
erjo@2155 6 SHORT_DESC="GTK2-based clone of xmessage"
erjo@2155 7 MAINTAINER="erjo@slitaz.org"
pascal@15589 8 LICENSE="GPL2"
al@20473 9 WEB_SITE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
al@20473 10
erjo@2155 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@2155 12 WGET_URL="http://homepages.ihug.co.nz/~trmusson/stuff/$TARBALL"
erjo@2155 13
pascal@15589 14 BUILD_DEPENDS="gtk+-dev"
pascal@15589 15
al@20473 16 compile_rules() {
al@20473 17 ./configure --prefix=/usr $CONFIGURE_ARGS &&
al@20473 18 make || return 1
al@20473 19
al@20473 20 install -Dm755 $src/gxmessage $install/usr/bin/gxmessage
al@20473 21 install -Dm644 $src/gxmessage.png $install/usr/share/pixmaps/gxmessage.png
erjo@2155 22 }
erjo@2155 23
al@20473 24 genpkg_rules() {
al@20473 25 copy @std
al@20473 26 DEPENDS="gtk+ expat xorg-libXdamage"
erjo@2155 27 }