Search Criteria
Package Details: freecalypso-ota-tools-hg r11.b4b4a822286c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/freecalypso-ota-tools-hg.git (read-only, click to copy) |
---|---|
Package Base: | freecalypso-ota-tools-hg |
Description: | FreeCalypso tools for OTA SIM programming |
Upstream URL: | https://www.freecalypso.org/hg/themwi-ota-tools |
Licenses: | custom |
Groups: | freecalypso |
Conflicts: | freecalypso-ota-tools |
Submitter: | fixeria |
Maintainer: | fixeria |
Last Packager: | fixeria |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-31 20:36 (UTC) |
Last Updated: | 2024-05-23 11:23 (UTC) |
Dependencies (2)
- openssl (openssl-gitAUR, openssl-staticAUR)
- mercurial (mercurial-hgAUR, mercurial-stable-hgAUR) (make)
Latest Comments
dreieck commented on 2024-05-24 11:04 (UTC)
freecalypso-ota-tools-hg
providesfreecalypso-ota-tools-hg
as beeing itself, yes. But notfreecalypso-ota-tools
.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 theprovides
andconflicts
arrays, and not the other way round.(Practical reason: One can easily depend on
freecalypso-ota-tools
, 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.Say e.g.
LicenseRef-PublicDomain
, and install a license file into/usr/share/licenses/${pkgname}/
.Regards!
fixeria commented on 2024-05-23 11:23 (UTC)
Hi @dreieck,
There is currently no 'release' variant for this package, but I added
conflicts
anyway. Not sure about adding toprovides
, the package implicitly provides itself, does it?Done, thanks.
Done (see also https://www.freecalypso.org/pipermail/community/2024-May/000927.html).
I am not sure what should I use. Looks like public domain?
dreieck commented on 2024-04-26 21:27 (UTC)
Please add
freecalypso-ota-tools
to theprovides
andconflicts
arrays.Regards and thanks for maintaining!
dreieck commented on 2024-04-26 21:25 (UTC) (edited on 2024-04-26 21:29 (UTC) by dreieck)
openssl
needs to be added to thedepends
oroptdepends
array:Regards!
dreieck commented on 2024-04-26 21:25 (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:24 (UTC)
You need to make the license identifier SPDX-compliant:
Regards and thanks for maintaining!