Magellan Linux

Annotation of /trunk/extras/xmessage/xmessage-1.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30797 - (hide annotations) (download)
Thu Apr 5 12:01:50 2018 UTC (6 years, 1 month ago) by niro
File size: 370 byte(s)
auto added: ver bump to 1.0.5-r1
1 niro 30797 # $Id$
2    
3     PNAME="xmessage"
4     PVER="1.0.5"
5     PBUILD="r1"
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     src_compile()
17     {
18     cd ${SRCDIR}
19    
20     xorg_src_configure --disable-xprint || die
21     mmake || die
22     }