Magellan Linux

Contents of /branches/R11-unstable/extras/xmessage/xmessage-1.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32294 - (show annotations) (download)
Mon Apr 29 12:09:25 2019 UTC (5 years ago) by niro
File size: 370 byte(s)
-release branches/R11-unstable
1 # $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 }