# $Id$ # Maintainer: Tom K pkgname=truecrypt pkgver=6.0a pkgrel=0 pkgdesc="Free open-source cross-platform disk encryption software" arch=('i686' 'x86_64') depends=('fuse' 'gtk2' 'libsm') # N.B. Truecrypt's web-based source download is incompatible with # makepkg. Source has been placed on ftp.archlinux.org instead source=(truecrypt-6.0a-source.tar.gz http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.8.tar.bz2 gcc-4.3.patch) url="http://www.truecrypt.org/" license=('custom') conflicts=('truecrypt-utils') replaces=('truecrypt-utils') install=truecrypt.install options=('force') build() { cd $startdir/src/truecrypt-$pkgver-source patch -Np1 -i ../gcc-4.3.patch || return 1 make WX_ROOT=$startdir/src/wxWidgets-2.8.8 wxbuild || return 1 make || return 1 install -Dm755 Main/truecrypt $startdir/pkg/usr/bin/truecrypt install -Dm644 License.txt $startdir/pkg/usr/share/licenses/truecrypt/License.txt } md5sums=('7281d485a175c161e90526447d9d3fd0' '647b94f636db8f3e6ba7170d0d691eb6' 'df02b14540ae632e1f3187b002686b04')