Added xauth-1.0.3 and xinit-1.1.0 templates.
[pkgfs.git] / templates / python.tmpl
blob46d2df2bca8a2448e8ab39bd8a885a00662b26dd
1 # Template build file for 'python'
2 pkgname=python
3 version=2.5.2
4 distfiles="Python-$version"
5 extract_sufx=".tar.bz2"
6 patch_files="python-fix-build.diff python-fix-curses-module.diff 
7  python-fix-bluetooth.diff python-fix-mremap.diff"
8 url=http://www.python.org/ftp/python/$version
9 configure_args="--with-threads --enable-shared"
10 build_style=gnu_configure
11 short_desc="Interpreted, interactive, object-oriented programming language"
12 maintainer="Juan RP <xtraeme@gmail.com>"
13 checksum=b23b02739833e6730799c5866e2b77aae884b63f
14 long_desc="
15  Python is an interpreted, interactive, object-oriented programming language
16  that combines remarkable power with very clear syntax. For an introduction
17  to programming in Python you are referred to the Python Tutorial. The Python
18  Library Reference documents built-in and standard types, constants, functions
19  and modules. Finally, the Python Reference Manual describes the syntax and
20  and semantics of the core language in (perhaps too) much detail.
22  Python's basic power can be extended with your own modules written in C or
23  C++. On most systems such modules may be dynamically loaded. Python is also
24  adaptable as an extension language for existing applications."
26 # While building it needs to look current dir for libs...
27 LDFLAGS="-L."