Magellan Linux

Annotation of /smage/trunk/core/xmessage/xmessage-1.0.4-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6695 - (hide annotations) (download)
Wed Jul 15 14:20:52 2015 UTC (8 years, 11 months ago) by niro
File size: 736 byte(s)
auto added: ver bump to 1.0.4-r3
1 niro 6695 # $Id$
2    
3     PNAME="xmessage"
4     PVER="1.0.4"
5     PBUILD="r3"
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     SDEPEND=">= x11-libs/libXaw-dev-1"
14    
15     ALX_PKG_KEEP="usr/bin/xmessage usr/share/X11/app-defaults/Xmessage"
16     sminclude xorg alx-split
17    
18     src_compile()
19     {
20     cd ${SRCDIR}
21    
22     xorg_src_configure --disable-xprint || die
23     mmake || die
24     }
25    
26     alx_generic_src_install()
27     {
28     cd ${SRCDIR}
29     mmake DESTDIR=${BINDIR} install || die
30    
31     # inject custom app-defaults themed for alx
32     echo -e ${COLGREEN}" injecting custom configs"${COLDEFAULT}
33     mcinjectfile Xmessage /usr/share/X11/app-defaults || die
34     }