summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
11 daysFix building with gcc 14.1.1, pass $CFLAGS and -std=gnu89Vadim Yanitskiy
2023-09-01Drop ringtools_imy_fix_tdma_durations.diffVadim 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-01fix package(): do not touch real /opt/freecalypsoVadim 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-01Initial commitVadim Yanitskiy