# veracrypt/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package is a renamed and repacked copy of the original with a top-level directory, which was missing initially, added. The following script was used to download the original tarball and to create the new one: #!/bin/bash BASE=veracrypt-1.26.15 NEWBALL=$BASE.tar.bz2 set -e rm -fr $BASE $NEWBALL mkdir $BASE cd $BASE wget -O veratemp.tar.bz2 \ https://launchpad.net/veracrypt/trunk/1.26.14/\ +download/VeraCrypt_1.26.14_Source.tar.bz2 tar jxf veratemp.tar.bz2 rm veratemp.tar.bz2 cd .. chown -R 0.0 $BASE settreedate $BASE tar jcf $NEWBALL $BASE/ tardate $NEWBALL rm -fr $BASE #--------------------------------------------------------------------- [buildtimes] 00.05 hours (or 002.87 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = See "license*.txt" in installed tree licfile = License.txt strip = yes dontfind = wxwidgets32 fuse310 wxwidgets28 setpaths = wxwidgets30 fuse209 libpcsclite lvm2 tmpsize = 194M #--------------------------------------------------------------------- [depends] expat fusecore gtkcore jpeg libpcsclite lvm2 pkgconf wxcore xzutils yasm #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR cd src smpmake mv Main/veracrypt $BINDIR/veracrypt.bin cd $BINDIR/ cp -p $PKGDIR_SPECIAL/veratext.wrapper.in veratext chmod 755 veratext cp -p $PKGDIR_SPECIAL/veracrypt.wrapper.in veracrypt chmod 755 veracrypt #--------------------------------------------------------------------- # 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 = See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 180401 Added package. Started with 1.22. 180913 Updated to 1.23 191007 Updated to 1.24 210217 Updated to 1.24-update7 211206 Updated to 1.25.4 220108 Updated to 1.25.7 220221 Updated to 1.25.9 240830 Updated to 1.26.14