Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-24 | Fix building with gcc 14.1.1, pass $CFLAGS and -std=gnu89 | Vadim Yanitskiy | |
2023-09-01 | Drop ringtools_imy_fix_tdma_durations.diff | Vadim Yanitskiy | |
It's no more needed to apply this patch since the upstream was fixed: https://www.freecalypso.org/hg/freecalypso-tools/rev/a96cb97b66a2 | |||
2023-09-01 | fix package(): do not touch real /opt/freecalypso | Vadim Yanitskiy | |
While being executed by makepkg, functions in PKGBUILD have access to whatever the build-user has access to. The current implementation of package() would mess up with the real '/opt/freecalypso' directory. The right approach is to override the INSTALL_PREFIX variable when invoking make install, so that everything is installed directly to the ${pkgdir}. | |||
2023-09-01 | Initial commit | Vadim Yanitskiy | |