wok-current annotate libboost-tr1-dev/receipt @ rev 25786

Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
author Stanislas Leduc <shann@slitaz.org>
date Tue Jul 29 18:05:13 2025 +0000 (2 months ago)
parents 3ad63c8fc2f9
children
rev   line source
rcx@3702 1 # SliTaz package receipt.
rcx@3702 2
rcx@3702 3 PACKAGE="libboost-tr1-dev"
rcx@3702 4 LIB_NAME="tr1"
shann@25634 5 VERSION="1.78.0"
rcx@3702 6
rcx@3702 7 CATEGORY="development"
rcx@3702 8 SHORT_DESC="Part of the Boost C++ Libraries collection."
rcx@3702 9 MAINTAINER="chadi.elahmad@gmail.com"
pascal@15472 10 LICENSE="MIT"
pascal@20421 11 WEB_SITE="https://www.boost.org/"
rcx@3702 12
rcx@3702 13 DEPENDS="libboost-tr1 libboost-dev"
rcx@3702 14 WANTED="libboost-dev"
rcx@3702 15 SOURCE="boost"
rcx@3702 16
shann@25728 17 HOST_ARCH="i486 x86_64"
shann@25728 18
rcx@3702 19 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3702 20 genpkg_rules()
rcx@3702 21 {
shann@25629 22 mkdir -p $fs/usr/include/$SOURCE
shann@25629 23 cp -a $install/usr/include/$SOURCE/math/*$LIB_NAME* \
shann@25629 24 $fs/usr/include/boost
rcx@3702 25 }