wok rev 10347

Add pkcs and truecrypt.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 14:35:15 2011 +0000 (2011-05-22)
parents 8e024e3cbe9b
children 85327bf85dbc
files pkcs/receipt truecrypt/receipt truecrypt/stuff/truecrypt.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pkcs/receipt	Sun May 22 14:35:15 2011 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pkcs"
     1.7 +VERSION="2.20"
     1.8 +CATEGORY="develoment"
     1.9 +SHORT_DESC="Public-key cryptography devel files"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.truecrypt.org/"
    1.13 +WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
    1.14 +
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/include/pkcs
    1.18 +	cp -a $src/* $fs/usr/include/pkcs
    1.19 +}
    1.20 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/truecrypt/receipt	Sun May 22 14:35:15 2011 +0000
     2.3 @@ -0,0 +1,36 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="truecrypt"
     2.7 +VERSION="7.0a"
     2.8 +CATEGORY="security"
     2.9 +SHORT_DESC="Free open-source cross-platform disk encryption software"
    2.10 +MAINTAINER="slaxemulator@gmail.com"
    2.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.12 +WEB_SITE="htttp://www.truecrypt.org"
    2.13 +WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
    2.14 +
    2.15 +DEPENDS="fuse wxWidgets xorg-libSM dmsetup"
    2.16 +BUILD_DEPENDS="pkcs nasm fuse-dev wxWidgets-dev xorg-libSM-dev"
    2.17 +
    2.18 +# Rules to configure and make the package.
    2.19 +compile_rules()
    2.20 +{
    2.21 +	export PKCS11_INC="/usr/include/pkcs"
    2.22 +	cd $src
    2.23 +	make
    2.24 +}
    2.25 +
    2.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 +genpkg_rules()
    2.28 +{
    2.29 +	mkdir -p $fs/usr/bin \
    2.30 +		$fs/usr/share/applications \
    2.31 +		$fs/usr/share/pixmaps \
    2.32 +		$fs/usr/share/licenses/$PACKAGE
    2.33 +	cp -a $src/Main/$PACKAGE $fs/usr/bin
    2.34 +	cp -a $stuff/$PACKAGE.desktop $fs/usr/share/applications
    2.35 +	cp -a $src/Resources/Icons/TrueCrypt-48x48.xpm $fs/usr/share/pixmaps/truecrypt.xpm
    2.36 +
    2.37 +	cp -a $src/License.txt $fs/usr/share/licenses/$PACKAGE/License.txt
    2.38 +}
    2.39 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/truecrypt/stuff/truecrypt.desktop	Sun May 22 14:35:15 2011 +0000
     3.3 @@ -0,0 +1,9 @@
     3.4 +[Desktop Entry]
     3.5 +Type=Application
     3.6 +Exec=truecrypt
     3.7 +Icon=truecrypt
     3.8 +Comment=On-the-fly encryption
     3.9 +Terminal=false
    3.10 +Name=TrueCrypt
    3.11 +StartupNotify=true
    3.12 +Categories=System;