# $Id$ PNAME="xmessage" PVER="1.0.5" PBUILD="r2" PCAT="x11-apps" DESCRIPTION="The xmessage program displays a window containing a message from the command line, a file, or standard input." HOMEPAGE="http://xorg.freedesktop.org" DEPEND=">= x11-libs/libXaw-1" SDEPEND=">= x11-libs/libXaw-dev-1" ALX_PKG_KEEP="usr/bin/xmessage usr/share/X11/app-defaults/Xmessage" sminclude xorg alx-split src_compile() { cd ${SRCDIR} xorg_src_configure --disable-xprint || die mmake || die } alx_generic_src_install() { cd ${SRCDIR} mmake DESTDIR=${BINDIR} install || die # inject custom app-defaults themed for alx echo -e ${COLGREEN}" injecting custom configs"${COLDEFAULT} mcinjectfile Xmessage /usr/share/X11/app-defaults || die }