initial ddrescue exheres
This commit is contained in:
parent
b38e21d110
commit
2fb1fbc7de
1 changed files with 20 additions and 0 deletions
20
packages/sys-fs/ddrescue/ddrescue-1.11.exheres-0
Normal file
20
packages/sys-fs/ddrescue/ddrescue-1.11.exheres-0
Normal 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}
|
||||
)
|
Loading…
Reference in a new issue