# wcurl/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run https://github.com/Debian/wcurl.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = LICENSE proddir = $PRODTREE/curl purge = no shareddir = yes #--------------------------------------------------------------------- [depends] curl-low:strict #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MAN1DIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MAN1DIR chmod 755 wcurl mv wcurl $BINDIR/ mv wcurl.1 $MAN1DIR/ #--------------------------------------------------------------------- # 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_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 240707 Added package 240707 Started with 3d9fe4355 ("git" hash)