# txt2man/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/mvertes/txt2man.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING #--------------------------------------------------------------------- [depends] groff #--------------------------------------------------------------------- [configure] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man mkdir -p $BINDIR $MANDIR/man1 sed -e "s@^prefix.*=.*/usr.*@prefix=$PKGDIR_PROD@" \ -i Makefile #--------------------------------------------------------------------- # 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 = Not checked yet url_home = http://axel.alioth.debian.org/ url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210313 Added package. Started with be89fb412 ("git" hash).