mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
LICENSE := Python
|
|
VERSION := 2.6.4
|
|
DOWNLOADS := python.archive
|
|
|
|
URL(python) := http://www.python.org/ftp/python/2.6.4/Python-$(VERSION).tgz
|
|
SHA(python) := 1a25a47506e4165704cfe2b07c0a064b0b5762a2d18b8fbdad5af688aeacd252
|
|
SIG(python) := ${URL(python)}.asc
|
|
PYTHON_KEY := 12EF3DC38047DA382D18A5B999CDEA9DA4135B38
|
|
DIR(python) := src/lib/python
|
|
|
|
PATCHES := src/lib/python/posixmodule.patch
|
|
|
|
DIRS := include/python2.6
|
|
DIR_CONTENT(include/python2.6) := src/lib/python/Include/*.h
|