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

Paul Mattal paul at archlinux.org
Sun Nov 8 03:12:33 UTC 2009


    Date: Saturday, November 7, 2009 @ 22:12:32
  Author: paul
Revision: 58445

upgpkg: truecrypt 6.3-2
    removed wxgtk build from build

Modified:
  truecrypt/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-07 23:05:09 UTC (rev 58444)
+++ PKGBUILD	2009-11-08 03:12:32 UTC (rev 58445)
@@ -3,7 +3,7 @@
 
 pkgname=truecrypt
 pkgver=6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Free open-source cross-platform disk encryption software"
 url="http://www.truecrypt.org/"
 arch=('i686' 'x86_64')
@@ -16,14 +16,12 @@
 # N.B. Truecrypt's web-based source download is incompatible with
 # makepkg. Source has been placed on ftp.archlinux.org instead
 source=("ftp://ftp.archlinux.org/other/tc/${pkgname}-${pkgver}.tar.gz" \
-	    'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \
-	    'http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.9.tar.bz2')
+	    'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz') 
 
 build() {
   export PKCS11_INC="${srcdir}/pkcs-2.20"
 
   cd ${srcdir}/${pkgname}-${pkgver}-source || return 1
-  make WX_ROOT=${srcdir}/wxWidgets-2.8.9 wxbuild || return 1
   make || return 1
 
   # Install Binary
@@ -33,5 +31,4 @@
   install -D -m644 License.txt ${pkgdir}/usr/share/licenses/${pkgname}/License.txt || return 1
 }
 md5sums=('edf3e02046f8fc93878fa5199c4c19fa'
-         'ce6a707b79411e82e8e558aa03e764b0'
-         'b0b2d0f6915a21ca6f33896ee8f50387')
+         'ce6a707b79411e82e8e558aa03e764b0')




More information about the arch-commits mailing list