wok annotate libboost-locale/receipt @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (20 months ago)
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 }