# catclock/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://github.com/BarkyTheDog/catclock.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = MIT tmpsize = 1M setpaths = lesstif pulseaudio xorg #--------------------------------------------------------------------- [depends] lesstif libaubio pulseaudio xorg #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR make WITH_TEMPO_TRACKER=1 mv xclock $BINDIR/catclock mv xclock.man $MANDIR/catclock.1 #--------------------------------------------------------------------- # 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] 220606 Added package. Started with b2f277974 ("git" hash).