Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1991 - (show annotations) (download)
Wed Nov 9 18:41:04 2011 UTC (12 years, 5 months ago) by niro
File size: 773 byte(s)
auto added: ver bump to 1.0.3-r3
1 # $Id$
2
3 PNAME="xmessage"
4 PVER="1.0.3"
5 PBUILD="r3"
6
7 PCATEGORIE="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 MCORE_ONLY_KEEP="usr/bin/xmessage usr/share/X11/app-defaults/Xmessage"
15 sminclude xorg mcore-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 theme
33 echo -e ${COLGREEN}" injecting custom configs"${COLDEFAULT}
34 mcinjectfile Xmessage /usr/share/X11/app-defaults || die
35 }