Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1231 - (show annotations) (download)
Sat Jan 29 12:33:11 2011 UTC (13 years, 3 months ago) by niro
File size: 533 byte(s)
-moved to 'core'
1 # $Id: xmessage-1.0.3-r1.smage2 5297 2010-04-20 19:15:11Z niro $
2
3 PNAME="xmessage"
4 PVER="1.0.3"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-apps"
8 STATE="unstable"
9
10 DESCRIPTION="The xmessage program displays a window containing a message from the command line, a file, or standard input."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 DEPEND=">= x11-libs/libXaw-1"
14
15 MCORE_ONLY_KEEP="usr/bin/xmessage"
16 sminclude xorg mcore-split
17
18 UP2DATE="updatecmd_xorg ${PNAME}"
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 xorg_src_configure --disable-xprint || die
25 mmake || die
26 }