From 51f8f145f5149fb365e605630803ea5a89cfc63b Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 26 Dec 2012 17:42:56 +0400 Subject: Python 2.7 minimal (needs more work) --- python2.7/Makefile | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 python2.7/Makefile (limited to 'python2.7/Makefile') diff --git a/python2.7/Makefile b/python2.7/Makefile new file mode 100644 index 0000000..eedd968 --- /dev/null +++ b/python2.7/Makefile @@ -0,0 +1,45 @@ +include /usr/share/cibs/rules/ips.mk +include /usr/share/cibs/rules/autotools.mk +include /usr/share/cibs/rules/archive.mk +include /usr/share/cibs/rules/64.mk + +summary := an interpreted, interactive, object-oriented, extensible programming language +license := Python License +license-file := LICENSE + +build-depends += \ + compress/bzip2 \ + library/libbz2 \ + library/libdb-5.1 \ + library/libexpat \ + library/libffi \ + library/libgdbm \ + library/libsqlite3 \ + library/ncursesw \ + library/readline \ + library/tinfo \ + library/zlib \ + +name := Python +pyver := 2.7 +version := 2.7.3 +home := http://www.python.org/ +archive := $(name)-$(version).tar.bz2 +download := http://www.python.org/ftp/python/$(version)/$(archive) + +configure-options += \ + --without-gcc \ + --enable-ipv6 \ + --enable-unicode=ucs4 \ + --with-dbmliborder=bdb:gdbm \ + --with-system-expat \ + --with-system-ffi \ + --enable-static \ + --libdir=/usr/lib + +checksum-Python-2.7.3.tar.bz2 := \ + md5:c57477edd6d18bd9eeca2f21add73919 \ + sha1:842c4e2aff3f016feea3c6e992c7fa96e49c9aa0 \ + sha256:726457e11cb153adc3f428aaf1901fc561a374c30e5e7da6742c0742a338663c \ + size:11793433 + -- cgit v1.2.3