Magellan Linux

Annotation of /smage/trunk/core/rsync/rsync-3.0.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 131 - (hide annotations) (download)
Thu Jan 7 17:38:30 2010 UTC (14 years, 4 months ago) by niro
File size: 776 byte(s)
-mcore-split
1 niro 129 # $Id$
2    
3     PNAME="rsync"
4     PVER="3.0.6"
5     PBUILD="r2"
6    
7     PCATEGORIE="net-misc"
8     STATE="unstable"
9    
10     DESCRIPTION="rsync is an open source utility that provides fast incremental file transfer."
11     HOMEPAGE="http://rsync.samba.org/"
12    
13     DEPEND=">= virtual/glibc"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18 niro 131 MCORE_ONLY_KEEP="bin/rsync"
19     sminclude mbuild mcore-split
20 niro 129
21     SRC_URI=(
22 niro 130 http://samba.anu.edu.au/ftp/${PNAME}/src/${SRCFILE}
23 niro 129 mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://rsync.samba.org/ftp/${PNAME} | grep ${PNAME}- | lasttarball gz"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     # we want not hassle with libpopt dependencies
33     # so we use the rsync bundled popt library
34     mconfigure --with-rsyncd-conf=/etc/rsyncd.conf --with-included-popt || die
35     mmake || die
36     }

Properties

Name Value
svn:keywords Id