# pikemisc/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = tbd nosyslinks = yes proddir = none purge = no shareddir = yes unpack = none #--------------------------------------------------------------------- [depends] piprepomore qpdf #--------------------------------------------------------------------- [build] BDIR=/tmp/pikemisc rm -fr $HOME/.cache/pip rm -fr $BDIR mkdir -p $BDIR cd $BDIR for x in lxml pybind11 do pip3install $x done for x in pikepdf img2pdf pdflayers pdf-unlocker do deco $PKGDIR_SPECIAL/$x*.tar.gz cd $x* pip3install . cd .. done cd / rm -fr $BDIR #--------------------------------------------------------------------- # 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 = pypi; no fixed URL #--------------------------------------------------------------------- [history] 241015 Added package 241015 Started with 241015