Added Python3. (Still testing integration)
This commit is contained in:
13
project/jni/python3/mk/readline/6.3/build.sh
Normal file
13
project/jni/python3/mk/readline/6.3/build.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
pushd src >/dev/null
|
||||
|
||||
rm -rf "${PACKAGE}"
|
||||
tar -xf "${PACKAGE}.tar.gz" || exit 1
|
||||
pushd "${PACKAGE}" >/dev/null
|
||||
|
||||
autoreconf -i
|
||||
./configure --prefix="${PREFIX}" --host="${TARGET}" --build="${HOST}" --disable-shared || exit 1
|
||||
make || exit 1
|
||||
make install || exit 1
|
||||
|
||||
popd >/dev/null
|
||||
popd >/dev/null
|
||||
1
project/jni/python3/mk/readline/6.3/sources.txt
Normal file
1
project/jni/python3/mk/readline/6.3/sources.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz
|
||||
Reference in New Issue
Block a user