diff --git a/formula/python-2.4.0 b/formula/python-2.4.0 new file mode 100755 index 0000000..fad92be --- /dev/null +++ b/formula/python-2.4.0 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.4/Python-2.4.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.4.1 b/formula/python-2.4.1 new file mode 100755 index 0000000..636da03 --- /dev/null +++ b/formula/python-2.4.1 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.1 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.4.2 b/formula/python-2.4.2 new file mode 100755 index 0000000..fea5c60 --- /dev/null +++ b/formula/python-2.4.2 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.2/Python-2.4.2.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.2 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.4.3 b/formula/python-2.4.3 new file mode 100755 index 0000000..26d7632 --- /dev/null +++ b/formula/python-2.4.3 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.3/Python-2.4.3.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.3 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.4.4 b/formula/python-2.4.4 new file mode 100755 index 0000000..760cd12 --- /dev/null +++ b/formula/python-2.4.4 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.4 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.4.5 b/formula/python-2.4.5 new file mode 100755 index 0000000..d0bb3fe --- /dev/null +++ b/formula/python-2.4.5 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.5/Python-2.4.5.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.5 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file