# curl-impersonate/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created as follows. Internet access and external websites were required. This procedure may or may not work in the future. #!/bin/bash -e HERE=`pwd` LOCALNAME=curl-impersonate DATE6D=240518 DIR=$LOCALNAME-$DATE6D GITURL=https://github.com/lwthiker/curl-impersonate.git rm -fr $DIR $DIR.tar.bz2 git clone $GITURL $DIR cd $DIR mkdir build && cd build sed \ -e 's@^\(ac_default_prefix=\).*@\1'/tmp@ \ -i ../configure ../configure make chrome-build rm -fr `ff -had` cd $HERE tar jcf $DIR.tar.bz2 $DIR/ rm -fr $DIR ls -l $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.11 hours (or 006.40 minutes) - 2023 dedi Xeon E3-1200 v3 4x2 32GB RAM #--------------------------------------------------------------------- [settings] altpkg = yes configure = none exepack = yes license = See "license*.txt" in installed tree licfile = LICENSE strip = yes tmpsize = 1202M #--------------------------------------------------------------------- [depends] actools autoconf automake cmake curl gocore libidn2 libpsl librtmp libsasl libtool libunistring meson nghttp2 ninja openldap openssl pkgconf zlib zstd #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir $BINDIR cd build sed \ -e 's@^\(ac_default_prefix=\).*@\1'$PKGDIR_PROD@ \ -i ../configure ../configure make chrome-build make chrome-install #--------------------------------------------------------------------- # 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 = special # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 240518 Added package. Started with 240518.