wok-current view python3-dev/receipt @ rev 25692

Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 22 16:28:42 2024 +0000 (8 weeks ago)
parents 3ad63c8fc2f9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="python3-dev"
4 VERSION="3.9.19"
5 CATEGORY="development"
6 SHORT_DESC="The Python programming language devel files."
7 MAINTAINER="shann@slitaz.org"
8 LICENSE="GPL"
9 WANTED="python3"
10 SOURCE="Python"
11 WEB_SITE="https://www.python.org/"
13 DEPENDS="python3"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/bin/*-config $fs/usr/bin
21 chmod 755 $fs/usr/bin/*-config
22 # in python package now
23 python_version=${VERSION:0:3}
24 #rm $fs/usr/include/python${python_version}m/pyconfig.h
25 }