wok-next annotate truecrypt/receipt @ rev 21597
updated dosbox (0.74-2 -> 0.74.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 14:18:09 2020 +0100 (2020-06-24) |
parents | 5669e8b3be70 |
children |
rev | line source |
---|---|
al@20036 | 1 # SliTaz package receipt v2. |
slaxemulator@10347 | 2 |
slaxemulator@10347 | 3 PACKAGE="truecrypt" |
Hans-G?nter@21471 | 4 VERSION="7.2" |
slaxemulator@10347 | 5 CATEGORY="security" |
slaxemulator@10347 | 6 SHORT_DESC="Free open-source cross-platform disk encryption software" |
Hans-G?nter@21471 | 7 MAINTAINER="maintainer@slitaz.org" |
pascal@15601 | 8 LICENSE="other" |
al@21033 | 9 WEB_SITE="http://truecrypt.sourceforge.net/" |
al@20036 | 10 |
slaxemulator@10347 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21471 | 12 #WGET_URL="https://sources.archlinux.org/other/tc/$TARBALL" |
Hans-G?nter@21471 | 13 #TARBALL_SHA512="b5e766023168015cb91bfd85c9e2621055dd98408215e02704775861b5070c5a0234a00c64c1bf7faa34e6d0b51ac71cd36169dd7a6f84d7a34ad0cfa304796a" |
Hans-G?nter@21471 | 14 WGET_URL="$SF_MIRROR/$PACKAGE/TrueCrypt-$VERSION-source-unix.tar.gz" |
Hans-G?nter@21471 | 15 TARBALL_SHA1="99c9a287233573941a985db62b140042ed418634" |
slaxemulator@10347 | 16 |
Hans-G?nter@21471 | 17 BUILD_DEPENDS="fuse2-dev libsm-dev nasm pkcs wxWidgets28-dev" |
slaxemulator@10347 | 18 |
Hans-G?nter@21471 | 19 compile_rules() |
Hans-G?nter@21471 | 20 { |
Hans-G?nter@21471 | 21 make \ |
Hans-G?nter@21471 | 22 PKCS11_INC="/usr/include/pkcs" \ |
Hans-G?nter@21471 | 23 WX_CONFIG=/usr/bin/wx-config \ |
Hans-G?nter@21471 | 24 TC_EXTRA_LFLAGS+="-ldl $LDFLAGS" \ |
Hans-G?nter@21471 | 25 TC_EXTRA_CXXFLAGS="$CXXFLAGS" \ |
al@20036 | 26 TC_EXTRA_CFLAGS="$CFLAGS" || return 1 |
al@20036 | 27 |
al@21020 | 28 install -Dm755 Main/truecrypt $install/usr/bin/truecrypt |
al@21020 | 29 install -Dm644 $stuff/16.png $install/usr/share/icons/hicolor/16x16/apps/truecrypt.png |
al@21020 | 30 install -Dm644 $stuff/48.png $install/usr/share/icons/hicolor/48x48/apps/truecrypt.png |
al@21020 | 31 install -Dm644 License.txt $install/usr/share/licenses/truecrypt/License.txt |
al@20036 | 32 |
al@20036 | 33 # function `cook_pick_docs` and web interface can't cope with spaces |
al@20036 | 34 mv Release/Setup\ Files/ Release/Setup_Files/ |
Hans-G?nter@21471 | 35 # 7.2 no such file |
Hans-G?nter@21471 | 36 # mv Release/Setup_Files/TrueCrypt\ User\ Guide.pdf Release/Setup_Files/TrueCrypt_User_Guide.pdf |
al@20036 | 37 cook_pick_docs Release/Setup_Files/* |
slaxemulator@10347 | 38 } |
slaxemulator@10347 | 39 |
Hans-G?nter@21471 | 40 genpkg_rules() |
Hans-G?nter@21471 | 41 { |
al@20036 | 42 copy @std |
Hans-G?nter@21471 | 43 DEPENDS="dmsetup fuse2 libsm linux-md wxWidgets28" |
slaxemulator@10347 | 44 } |