wok diff libboost-locale/receipt @ rev 24494

updated dolibarr (10.0.6 -> 14.0.5)
author Hans-G?nter Theisgen
date Sat Feb 19 13:37:42 2022 +0100 (2022-02-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libboost-locale/receipt	Sat Feb 19 13:37:42 2022 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libboost-locale"
     1.7 +LIB_NAME="locale"
     1.8 +VERSION="1.69.0"
     1.9 +
    1.10 +CATEGORY="development"
    1.11 +SHORT_DESC="Part of the Boost C++ Libraries collection."
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13 +LICENSE="MIT"
    1.14 +WEB_SITE="https://www.boost.org/"
    1.15 +
    1.16 +WANTED="libboost-dev"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/*$LIB_NAME*.so*	$fs/usr/lib
    1.23 +}