initial ddrescue exheres

for/master
Daniel Mierswa 2009-08-06 05:42:25 +02:00
parent b38e21d110
commit 2fb1fbc7de
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
require gnu [ suffix=gz ] toolchain-funcs
SUMMARY="Data recovery tool trying to rescue as much as possible."
LICENCES=""
SLOT="0"
PLATFORMS="~amd64"
MYOPTIONS=""
DEPENDENCIES=""
DEFAULT_SRC_CONFIGURE_PARAMS=(
CC=$(tc-getCC)
CXX=$(tc-getCXX)
CPPFLAGS=${CPPFLAGS}
CFLAGS=${CFLAGS}
CXXFLAGS=${CXXFLAGS}
LDFLAGS=${LDFLAGS}
)