Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13650 - (show annotations) (download)
Thu Oct 18 20:50:05 2012 UTC (11 years, 11 months ago) by niro
File size: 405 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 sminclude xorg
15
16 UP2DATE="updatecmd_xorg ${PNAME}"
17
18 src_compile()
19 {
20 cd ${SRCDIR}
21
22 xorg_src_configure --disable-xprint || die
23 mmake || die
24 }