wok-next annotate cryptopp/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
rev   line source
pankso@4074 1 # SliTaz package receipt.
pankso@4074 2
pankso@4074 3 PACKAGE="cryptopp"
Hans-G?nter@21569 4 VERSION="8.2.0"
pankso@4074 5 CATEGORY="security"
al@21020 6 SHORT_DESC="C++ class library of cryptographic schemes"
Hans-G?nter@21569 7 MAINTAINER="maintainer@slitaz.org"
pascal@15606 8 LICENSE="MIT PublicDomain"
al@20906 9 WEB_SITE="https://www.cryptopp.com/"
al@21020 10
al@21020 11 TARBALL="$PACKAGE${VERSION//./}.zip"
al@20906 12 WGET_URL="$WEB_SITE$TARBALL"
pankso@4074 13
Hans-G?nter@21569 14 compile_rules()
Hans-G?nter@21569 15 {
al@21020 16 make &&
al@21020 17 make libcryptopp.so &&
pascal@19727 18 make PREFIX=/usr install
pankso@4074 19 }
pankso@4074 20
Hans-G?nter@21569 21 genpkg_rules()
Hans-G?nter@21569 22 {
pankso@4074 23 mkdir -p $fs/usr/share/doc/$PACKAGE
Hans-G?nter@21569 24 cp -a $install/usr/* $fs/usr
Hans-G?nter@21569 25 cp $src/License.txt $fs/usr/share/doc/$PACKAGE
Hans-G?nter@21569 26 cp $src/Readme.txt $fs/usr/share/doc/$PACKAGE
pankso@4074 27 }