Commit c0007989 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all: 10
temporary:
tar xf apache-ant-1.9.14-bin.tar.bz2
mkdir -p /build/usr/bin
cp apache-ant-1.9.14/bin/* /build/usr/bin
mkdir -p /build/usr/lib
cp apache-ant-1.9.14/lib/* /build/usr/lib
9:
tar xf apache-ant-1.9.14-src.tar.bz2
cd apache-ant-1.9.14 && JAVA_HOME=/opt/icedtea sh build.sh -Ddist.dir=/opt/ant dist
cd apache-ant-1.9.14 && JAVA_HOME=/opt/icedtea ANT_HOME=/opt/ant sh build.sh install-lite
rm -rf apache-ant-1.9.14
10:
tar xf apache-ant-1.10.7-src.tar.bz2
cd apache-ant-1.10.7 && JAVA_HOME=/opt/icedtea sh build.sh -Ddist.dir=/opt/ant dist
cd apache-ant-1.10.7 && JAVA_HOME=/opt/icedtea ANT_HOME=/opt/ant sh build.sh install-lite
rm -rf apache-ant-1.10.7
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment