# sane-frontends/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/sane-project/frontends sane-frontends #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] build = default compiler = clang exepack = yes license = tbd proddir = $PRODTREE/sane purge = no shareddir = yes tmpsize = 4M setpaths = libgegl04 libusb #--------------------------------------------------------------------- [depends] libgegl04 sane-backends:strict #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man VARDIR=/var mkdir -p $MANBASE $VARDIR #ifdef NOTDEF # sed -e "/SANE_CAP_ALWAYS_SETTABLE/d" -i src/gtkglue.c #endif bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [setup.boot] LOCKDIR=/var/lock/sane mkdir -p $LOCKDIR chmod 775 $LOCKDIR chown root.uucp $LOCKDIR #--------------------------------------------------------------------- # 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] 210222 Added package. Started with 1.0.14. 250201 Updated to 5c148771d ("git" hash)