### this file is sourced not run
PKGNAME=gxmessage
PKGVER=2.20.4
PKGBUILD=1
PKGARCH=x86_64

# source: JakeSFR
TARBALL=${PKGNAME}-${PKGVER}.tar.gz
MD5SUM=dbef00c5e9dd1fb3463b08044be7ae8e
#SRC_URL=http://homepages.ihug.co.nz/~trmusson/stuff/${TARBALL}
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/${TARBALL}
BUNDLE=

SLACKREQ=gtk2

SLACKDESC="${PKGNAME}: ${PKGNAME} ${PKGVER} (A GTK+ replacement for xmessage)
${PKGNAME}: 
${PKGNAME}: Gxmessage is an xmessage clone for GTK based desktops.
${PKGNAME}: Gxmessage pops up a dialog window, displays a given message
${PKGNAME}: or question, then waits for the user's response.
${PKGNAME}: That response is returned as the program's exit code.
${PKGNAME}: Because gxmessage is a drop-in alternative to xmessage,
${PKGNAME}: gxmessage accepts any option xmessage would,
${PKGNAME}: and returns the same exit codes.
${PKGNAME}: 
${PKGNAME}: http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf && pkg_build_slackdesc &&
	rm -f /usr/share/icons/hicolor/icon-theme.cache
}
