# Description: A program to display messages from the command line, a file or standard input in a window.
# URL: http://xorg.freedesktop.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: xorg-libxaw

name=xmessage
version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/$name-$version.tar.bz2)

build() {
	cd $name-$version

	./configure \
		--prefix=/usr \
		--mandir=/usr/man

	make
	make DESTDIR=$PKG install
}
