# $Header: /magellan-cvs/smage/dd-rescue/dd-rescue-1.14-r1.smage2,v 1.1 2008/08/02 08:47:51 niro Exp $ PNAME="dd-rescue" PVER="1.14" PBUILD="r1" PCATEGORIE="sys-fs" STATE="unstable" DESCRIPTION="Like dd, dd_rescue does copy data from one file or block device to another, but with better error handling" HOMEPAGE="http://www.garloff.de/kurt/linux/ddrescue/" DEPEND=">= virtual/glibc" SRCFILE="${PNAME/-/_}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME/-/_}" sminclude mbuild SRC_URI=( http://www.garloff.de/kurt/linux/${PNAME/-/}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mmake || die }