wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-locale"
4 LIB_NAME="locale"
5 VERSION="1.69.0"
7 CATEGORY="development"
8 SHORT_DESC="Part of the Boost C++ Libraries collection."
9 MAINTAINER="maintainer@slitaz.org"
10 LICENSE="MIT"
11 WEB_SITE="https://www.boost.org/"
13 WANTED="libboost-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
20 }