mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
85a2ebc1c4
Issue #1082
15 lines
453 B
Plaintext
15 lines
453 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) := f30c7e64c2caf8a58705ab9184bea12db39ca0a9
|
|
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
|