diff --git a/packages/sys-fs/ddrescue/ddrescue-1.11.exheres-0 b/packages/sys-fs/ddrescue/ddrescue-1.11.exheres-0 new file mode 100644 index 0000000..05b4d43 --- /dev/null +++ b/packages/sys-fs/ddrescue/ddrescue-1.11.exheres-0 @@ -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} +)