summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2024-05-23Fix building with gcc 14.1.1, pass and -std=gnu89Vadim Yanitskiy
2024-05-02$depends: add missing 'pcsclite'Vadim Yanitskiy
freecalypso-sim-tools-hg E: Dependency pcsclite detected and not included (libraries ['usr/lib/libpcsclite.so.1'] needed in files ['opt/freecalypso/bin/fc-pcsc-atr', 'opt/freecalypso/bin/fc-pcsc-list', 'opt/freecalypso/bin/fc-pcsc-backend'])
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