Package Details: freecalypso-sim-sniff-hg r58.95ed46b5f8f1-2

Git Clone URL: https://aur.archlinux.org/freecalypso-sim-sniff-hg.git (read-only, click to copy)
Package Base: freecalypso-sim-sniff-hg
Description: FreeCalypso SIM sniffer
Upstream URL: https://www.freecalypso.org/hg/fc-sim-sniff
Licenses: custom
Groups: freecalypso
Conflicts: freecalypso-sim-sniff
Submitter: fixeria
Maintainer: fixeria
Last Packager: fixeria
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-04 21:50 (UTC)
Last Updated: 2024-05-23 11:34 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2024-05-24 11:01 (UTC)

Ahoj,

I see you have updated this package, but still miss freecalypso-sim-sniff in the provides array.

As far as the Arch Linux VCS package guidelines are concerned (and this -hg is a VCS package), the VCS package should list the "base" package in the provides and conflicts arrays, and not the other way round!

(Practical reason: One can easily depend on freecalypso-sim-sniff, and it is the user's choice weather to install the base or -hg variant.)

This holds also true even if there is (at the present date) no non-VCS package around. Having the generic package in provides array allows to depend on it straight from the start!, not giving messed up dependencies later when it might come around, or when someone creates a -bin package, or so.

Regards!

dreieck commented on 2024-04-26 21:28 (UTC) (edited on 2024-05-24 11:01 (UTC) by dreieck)

Please add freecalypso-sim-sniff to the provides array.

Regards and thanks for maintaining!

dreieck commented on 2024-04-26 21:23 (UTC)

You need to make the license identifier SPDX-compliant:

freecalypso-sim-sniff-hg E: custom is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

Regards and thanks for maintaining!

dreieck commented on 2024-04-26 21:18 (UTC)

Can you install (or symlink) all the executables from /opt/freecalypso/bin/ into /usr/bin/, please?

Regards!

dreieck commented on 2024-04-26 21:18 (UTC)

package() fails with make: *** No rule to make target 'install'. Stop.:

==> Starting package()...
make: *** No rule to make target 'install'.  Stop.
==> ERROR: A failure occurred in package().

You need to fix the PKGBUILD.

It seems that you need to change into the directory sw/ before the make install.

Regards and thanks for maintaining!