Magellan Linux

Annotation of /branches/magellan-next/core/xmessage/xmessage-1.0.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8352 - (hide annotations) (download)
Fri Jul 15 08:11:26 2011 UTC (12 years, 10 months ago) by niro
File size: 411 byte(s)
auto added: ver bump to 1.0.3-r3
1 niro 8352 # $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     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     }