Magellan Linux

Annotation of /branches/magellan-next/core/xclock/xclock-1.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7759 - (hide annotations) (download)
Tue May 31 17:20:15 2011 UTC (13 years ago) by niro
File size: 447 byte(s)
auto added: ver bump to 1.0.5-r1
1 niro 7759 # $Id$
2    
3     PNAME="xclock"
4     PVER="1.0.5"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="An analog / digital clock for X."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13     DEPEND=">= x11-libs/libX11-1
14     >= x11-libs/libXrender-1
15     >= x11-libs/libXft-2.2
16     >= x11-libs/libxkbfile-1
17     >= x11-libs/libXaw-1"
18    
19     sminclude xorg
20    
21     UP2DATE="updatecmd_xorg ${PNAME}"
22    
23     src_compile()
24     {
25     cd ${SRCDIR}
26    
27     xorg_src_configure --disable-xprint || die
28     mmake || die
29     }