Skip to content
  • Przemysław Pawełczyk's avatar
    testing/clapf: Fix a lot of problems. · 071c1400
    Przemysław Pawełczyk authored and Natanael Copa's avatar Natanael Copa committed
    * APKBUILD: Leverage default_prepare and use builddir (no _).
    * APKBUILD: Update url and source url.
                Original tar seems not available anymore and there are no
                tags in clapf's bitbucket repository, so use commit marked
                as release of version that was shipped before.
    * APKBUILD: Introduce some constants for better DRY-ness,
                reformat package() function, create there a workdir
                (otherwise clapf won't start) and fix permissions.
    * APKBUILD: make -j1 is deliberate, as it fails with more jobs,
                but I am not willing to spend any more time on this package.
    * ldflags.patch: Set soname (otherwise -dev subpkg will haunt you).
    * clapf.confd: Make it somewhat usable. TMPDIR seemed useless.
    * clapf.initd: Rewrite using openrc-run default ssd functions.
    * clapf.pre-install: Change user and group to clapf.
    
    It has not been tested with mta, but at least it starts now if you have
    virus databases present.  Run freshclam if you don't have them yet.
    071c1400