Magellan Linux

Annotation of /trunk/todo/dd-rescue/dd-rescue-1.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2229 - (hide annotations) (download)
Thu Jul 9 19:23:57 2009 UTC (14 years, 11 months ago) by niro
File size: 625 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/dd-rescue/dd-rescue-1.14-r1.smage2,v 1.1 2008/08/02 08:47:51 niro Exp $
2    
3     PNAME="dd-rescue"
4     PVER="1.14"
5     PBUILD="r1"
6    
7     PCATEGORIE="sys-fs"
8     STATE="unstable"
9    
10     DESCRIPTION="Like dd, dd_rescue does copy data from one file or block device to another, but with better error handling"
11     HOMEPAGE="http://www.garloff.de/kurt/linux/ddrescue/"
12    
13     DEPEND=">= virtual/glibc"
14    
15     SRCFILE="${PNAME/-/_}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME/-/_}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     http://www.garloff.de/kurt/linux/${PNAME/-/}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     src_compile()
26     {
27     cd ${SRCDIR}
28     mmake || die
29     }

Properties

Name Value
svn:keywords Id