SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libboost-math"

# SliTaz package receipt.

PACKAGE="libboost-math"
LIB_NAME="math"
VERSION="1.78.0"

CATEGORY="development"
SHORT_DESC="Part of the Boost C++ Libraries collection."
MAINTAINER="chadi.elahmad@gmail.com"
LICENSE="MIT"
WEB_SITE="https://www.boost.org/"

WANTED="libboost-dev"
SOURCE="boost"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
    
    # math_tr1 is packaged as tr1 (based on the include dir name)
    rm -f $fs/usr/lib/*math_tr1*.so*
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)