[arch-commits] Commit in truecrypt/trunk (PKGBUILD)

Paul Mattal paul at archlinux.org
Fri Oct 31 14:03:47 UTC 2008


    Date: Friday, October 31, 2008 @ 10:03:47
  Author: paul
Revision: 17677

upgpkg: truecrypt 6.0a-1
    update to 6.0a

Modified:
  truecrypt/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-31 13:58:29 UTC (rev 17676)
+++ PKGBUILD	2008-10-31 14:03:47 UTC (rev 17677)
@@ -1,32 +1,26 @@
 # $Id$
-# Maintainer: Tom K <tom at archlinux.org>
+# Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=truecrypt
-pkgver=5.1a
+pkgver=6.0a
 pkgrel=1
 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=(http://ftp.archlinux.org/other/truecrypt/TrueCrypt-$pkgver-Source.tar.gz
-	http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.7.tar.bz2
-	gcc-4.3.patch)
+source=($pkgname-$pkgver.tar.gz
+	http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.9.tar.bz2)
 url="http://www.truecrypt.org/"
 license=('custom')
 conflicts=('truecrypt-utils')
 replaces=('truecrypt-utils')
-install=truecrypt.install
-options=('force')
+install=
 
 build() {
-  cd $startdir/src/truecrypt-$pkgver-source
-  patch -Np1 -i ../gcc-4.3.patch || return 1
-  make WX_ROOT=$startdir/src/wxWidgets-2.8.7 wxbuild || return 1
+  cd $startdir/src/truecrypt-$pkgver-source || return 1
+  make WX_ROOT=$startdir/src/wxWidgets-2.8.9 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=('bf8363f2bb3a24c2fcea588b210b3a16'
-         'e3455083afdf6404a569a8bf0701cf13'
-         '3ac33867555479f6b935daa32ee7889b')




More information about the arch-commits mailing list