wok view libboost-locale-dev/receipt @ rev 24377

modified recipe for libboost-locale-dev
author Hans-G?nter Theisgen
date Sun Feb 06 09:47:43 2022 +0100 (2022-02-06)
parents e487a2ea43f2
children 973de86c0910
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-locale-dev"
4 VERSION="1.69.0"
5 CATEGORY="development"
6 SHORT_DESC="Part of the Boost C++ Libraries collection."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.boost.org/"
11 LIB_NAME="locale"
12 WANTED="libboost-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 mkdir -p $fs/usr/include/boost
20 cp -a $install/usr/include/boost/*$LIB_NAME* \
21 $fs/usr/include/boost
22 cp -a $install/usr/lib/*$LIB_NAME*.*a \
23 $fs/usr/lib
24 }