# lcab/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package is a locally created fork of upstream sources. The upstream sources were obtained as follows: ocgitfetch --run \ https://github.com/riencroonenborghs/lcab.git The code was then modified to remove a dependency on "libcheck". Rea- son: The upstream package seemed to be orphaned and could no longer be built against "libcheck". Other required changes were made as well. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = COPYING #--------------------------------------------------------------------- [depends] cmake ninja #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR make strip build/src/lcab mv build/src/lcab $BINDIR/ mv lcab.1 $MANDIR/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = special # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 250217 Added package 250217 Started with 250217