wok view libboost-locale/receipt @ rev 24965

netsurf-sdl: replaced netsurf by netsurf-fb in desktop file
author Hans-G?nter Theisgen
date Mon Apr 25 07:15:39 2022 +0100 (2022-04-25)
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 }