wok-next view cryptopp/receipt @ rev 21643

updated fcron (3.0.4 -> 3.2.1)
author Hans-G?nter Theisgen
date Fri Jun 26 16:29:19 2020 +0100 (2020-06-26)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="cryptopp"
4 VERSION="8.2.0"
5 CATEGORY="security"
6 SHORT_DESC="C++ class library of cryptographic schemes"
7 MAINTAINER="maintainer@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 {
16 make &&
17 make libcryptopp.so &&
18 make PREFIX=/usr install
19 }
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/doc/$PACKAGE
24 cp -a $install/usr/* $fs/usr
25 cp $src/License.txt $fs/usr/share/doc/$PACKAGE
26 cp $src/Readme.txt $fs/usr/share/doc/$PACKAGE
27 }