wok view libboost-regex/receipt @ rev 21899

updated seed and seed-dev (3.2.0 -> 3.8.1)
author Hans-G?nter Theisgen
date Thu Oct 03 20:41:17 2019 +0100 (2019-10-03)
parents 86790a278e70
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-regex"
4 LIB_NAME="regex"
5 VERSION="1.69.0"
7 CATEGORY="development"
8 SHORT_DESC="Part of the Boost C++ Libraries collection."
9 MAINTAINER="chadi.elahmad@gmail.com"
10 LICENSE="MIT"
11 WEB_SITE="https://www.boost.org/"
13 DEPENDS="gcc-lib-base icu"
14 WANTED="libboost-dev"
15 SOURCE="boost"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib
21 cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
22 }