Magellan Linux

Contents of /smage/trunk/core/xmessage/xmessage-1.0.3-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4249 - (show annotations) (download)
Mon Nov 12 10:47:57 2012 UTC (11 years, 6 months ago) by niro
File size: 736 byte(s)
-rebuild
1 # $Id$
2
3 PNAME="xmessage"
4 PVER="1.0.3"
5 PBUILD="r4"
6
7 PCAT="x11-apps"
8
9 DESCRIPTION="The xmessage program displays a window containing a message from the command line, a file, or standard input."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libXaw-1"
13
14 ALX_PKG_KEEP="usr/bin/xmessage usr/share/X11/app-defaults/Xmessage"
15 sminclude xorg alx-split
16
17 UP2DATE="updatecmd_xorg ${PNAME}"
18
19 src_compile()
20 {
21 cd ${SRCDIR}
22
23 xorg_src_configure --disable-xprint || die
24 mmake || die
25 }
26
27 alx_generic_src_install()
28 {
29 cd ${SRCDIR}
30 mmake DESTDIR=${BINDIR} install || die
31
32 # inject custom app-defaults themed for alx
33 echo -e ${COLGREEN}" injecting custom configs"${COLDEFAULT}
34 mcinjectfile Xmessage /usr/share/X11/app-defaults || die
35 }