wok-next view cryptopp/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children d258d08398f2
line source
1 # SliTaz package receipt.
3 PACKAGE="cryptopp"
4 VERSION="5.6.5"
5 CATEGORY="security"
6 SHORT_DESC="C++ class library of cryptographic schemes"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT PublicDomain"
9 WEB_SITE="https://www.cryptopp.com/"
11 TARBALL="$PACKAGE${VERSION//./}.zip"
12 WGET_URL="$WEB_SITE$TARBALL"
14 compile_rules() {
15 make &&
16 make libcryptopp.so &&
17 make PREFIX=/usr install
18 }
20 genpkg_rules() {
21 mkdir -p $fs/usr/share/doc/$PACKAGE
22 cp -a $install/usr/* $fs/usr
23 cp $src/License.txt $fs/usr/share/doc/$PACKAGE
24 cp $src/Readme.txt $fs/usr/share/doc/$PACKAGE
25 }