Magellan Linux

Contents of /trunk/core/rdate/rdate-1.4-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 832 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/rdate/rdate-1.4-r5.smage2,v 1.1 2008/03/23 11:12:43 niro Exp $
2
3 PNAME="rdate"
4 PVER="1.4"
5 PBUILD="r5"
6
7 PCATEGORIE="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="The rdate utility retrieves the date and time from another machine on your network."
11 HOMEPAGE="http://freshmeat.net/projects/rdate/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mtools
19
20 SRC_URI=(
21 mirror://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/rdate.rc
23 mirror://${PNAME}/rdate.confd
24 )
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 }
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34 mmake RCFLAGS="${CFLAGS}" || die
35 }
36
37 src_install()
38 {
39 cd ${SRCDIR}
40 mmake prefix=${BINDIR}/usr install || die
41
42 minstallrc rdate.rc rdate || die
43 minstallconf rdate.confd rdate || die
44
45 minstalldocs COPYING || die
46 }

Properties

Name Value
svn:keywords Id