wok view python3-dev/receipt @ rev 25587

Update some web_site / wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 06 11:04:30 2023 +0000 (11 months ago)
parents 6a415673cf10
children
line source
1 # SliTaz package receipt.
3 PACKAGE="python3-dev"
4 VERSION="3.8.3"
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 }