Magellan Linux

Contents of /branches/magellan-next/core/xclock/xclock-1.0.4-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6479 - (show annotations) (download)
Wed Aug 25 21:56:02 2010 UTC (13 years, 8 months ago) by niro
File size: 501 byte(s)
auto added: ver bump to 1.0.4-r3
1 # $Id: xclock-1.0.4-r2.smage2 3344 2009-10-19 23:31:48Z niro $
2
3 PNAME="xclock"
4 PVER="1.0.4"
5 PBUILD="r3"
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-1
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 }