wok annotate libboost-locale/receipt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
parents
children
rev   line source
Hans-G?nter@24376 1 # SliTaz package receipt.
Hans-G?nter@24376 2
Hans-G?nter@24376 3 PACKAGE="libboost-locale"
Hans-G?nter@24376 4 LIB_NAME="locale"
Hans-G?nter@24376 5 VERSION="1.69.0"
Hans-G?nter@24376 6
Hans-G?nter@24376 7 CATEGORY="development"
Hans-G?nter@24376 8 SHORT_DESC="Part of the Boost C++ Libraries collection."
Hans-G?nter@24376 9 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@24376 10 LICENSE="MIT"
Hans-G?nter@24376 11 WEB_SITE="https://www.boost.org/"
Hans-G?nter@24376 12
Hans-G?nter@24376 13 WANTED="libboost-dev"
Hans-G?nter@24376 14
Hans-G?nter@24376 15 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@24376 16 genpkg_rules()
Hans-G?nter@24376 17 {
Hans-G?nter@24376 18 mkdir -p $fs/usr/lib
Hans-G?nter@24376 19 cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
Hans-G?nter@24376 20 }