wok-next annotate gxmessage/receipt @ rev 21121

Up libfilezilla, filezilla, wxhexeditor, libarchive, ntop, pugixml, rapidsvn, serf, xchm
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 05:10:43 2019 +0200 (2019-01-14)
parents d5aab818505e
children 89617d35ca0c
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"
al@21020 7 MAINTAINER="devel@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
al@21017 14 BUILD_DEPENDS="gtk2-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@21078 26 DEPENDS="gtk2 expat libxdamage"
erjo@2155 27 }