# HG changeset patch # User Christopher Rogers # Date 1306074915 0 # Node ID d4594df2a25b839520916b927fe96786bc6bc1ab # Parent 8e024e3cbe9ba7551e92240ff9fc578396384bb9 Add pkcs and truecrypt. diff -r 8e024e3cbe9b -r d4594df2a25b pkcs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkcs/receipt Sun May 22 14:35:15 2011 +0000 @@ -0,0 +1,16 @@ +# SliTaz package receipt. + +PACKAGE="pkcs" +VERSION="2.20" +CATEGORY="develoment" +SHORT_DESC="Public-key cryptography devel files" +MAINTAINER="slaxemulator@gmail.com" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.truecrypt.org/" +WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL" + +genpkg_rules() +{ + mkdir -p $fs/usr/include/pkcs + cp -a $src/* $fs/usr/include/pkcs +} \ No newline at end of file diff -r 8e024e3cbe9b -r d4594df2a25b truecrypt/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/truecrypt/receipt Sun May 22 14:35:15 2011 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="truecrypt" +VERSION="7.0a" +CATEGORY="security" +SHORT_DESC="Free open-source cross-platform disk encryption software" +MAINTAINER="slaxemulator@gmail.com" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="htttp://www.truecrypt.org" +WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL" + +DEPENDS="fuse wxWidgets xorg-libSM dmsetup" +BUILD_DEPENDS="pkcs nasm fuse-dev wxWidgets-dev xorg-libSM-dev" + +# Rules to configure and make the package. +compile_rules() +{ + export PKCS11_INC="/usr/include/pkcs" + cd $src + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin \ + $fs/usr/share/applications \ + $fs/usr/share/pixmaps \ + $fs/usr/share/licenses/$PACKAGE + cp -a $src/Main/$PACKAGE $fs/usr/bin + cp -a $stuff/$PACKAGE.desktop $fs/usr/share/applications + cp -a $src/Resources/Icons/TrueCrypt-48x48.xpm $fs/usr/share/pixmaps/truecrypt.xpm + + cp -a $src/License.txt $fs/usr/share/licenses/$PACKAGE/License.txt +} + diff -r 8e024e3cbe9b -r d4594df2a25b truecrypt/stuff/truecrypt.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/truecrypt/stuff/truecrypt.desktop Sun May 22 14:35:15 2011 +0000 @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Exec=truecrypt +Icon=truecrypt +Comment=On-the-fly encryption +Terminal=false +Name=TrueCrypt +StartupNotify=true +Categories=System;