# facedetect/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run https://gitlab.com/wavexx/facedetect.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = COPYING.txt tmpsize = 1M #--------------------------------------------------------------------- [depends] imagemagick6 # Used at runtime imagemagick7 # Ditto opencv python #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR DATA_DIR=$PRODTREE/opencv/share/opencv4/ sed -e "s@^DATA_DIR *=.*@DATA_DIR = '$DATA_DIR'@" -i facedetect mv facedetect $BINDIR/ #--------------------------------------------------------------------- # 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 = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 220723 Added package. Started with 5f9b91210 ("git" hash).