Initial commit

This commit is contained in:
2025-08-20 19:02:58 +08:00
commit f6b2677c0f
8577 changed files with 1307117 additions and 0 deletions

14
utils/d/diff/build-hooks Normal file
View File

@@ -0,0 +1,14 @@
function hook_preconfigure {
configure_opts="${configure_opts} --prefix=$INSTALL_ROOT_nto/${cpudir}"
}
function hook_premake {
strip_r_switch
}
function hook_pinfo {
# Executables
cd src/
gen_pinfo -e diff usr/bin USE="%2>%C --help" LIC=GPL "DESCRIPTION=GNU Diffutils"
gen_pinfo -e diff3 usr/bin USE="%2>%C --help" LIC=GPL "DESCRIPTION=GNU Diffutils"
}