Magellan Linux

Annotation of /branches/R11-unstable/extras/xmessage/xmessage-1.0.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25931 - (hide annotations) (download)
Tue Nov 25 04:30:44 2014 UTC (9 years, 5 months ago) by niro
File size: 370 byte(s)
-release branches/R11-unstable
1 niro 23155 # $Id$
2    
3     PNAME="xmessage"
4     PVER="1.0.4"
5     PBUILD="r2"
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     }