diff --git a/autoconf/Makefile b/autoconf/Makefile new file mode 100644 index 0000000..abf1ef5 --- /dev/null +++ b/autoconf/Makefile @@ -0,0 +1,9 @@ +prepare: + git clone git://git.sv.gnu.org/autoconf + cd autoconf +autoconf: + make +install: + make install +uninstall: + make uninstall diff --git a/automake/Makefile b/automake/Makefile new file mode 100644 index 0000000..9e14866 --- /dev/null +++ b/automake/Makefile @@ -0,0 +1,9 @@ +prepare: + git clone https://git.savannah.gnu.org/git/automake.git + cd automake +automake: + make +install: + make install +uninstall: + make uninstall diff --git a/autopoint-gettextize/Makefile b/autopoint-gettextize/Makefile new file mode 100644 index 0000000..6822ca3 --- /dev/null +++ b/autopoint-gettextize/Makefile @@ -0,0 +1,6 @@ +prepare: + wget https://ftp.gnu.org/gnu/gettext/gettext-0.21.tar.xz $(popd) + tar -xJ "gettext-0.21.tar.xz" + cd gettext-0.21 +make: + diff --git a/libtool/Makefile b/libtool/Makefile new file mode 100644 index 0000000..2c8ff60 --- /dev/null +++ b/libtool/Makefile @@ -0,0 +1,6 @@ +prepare: + git clone git://git.savannah.gnu.org/libtool.git + cd libtool +make: + ./bootstrap +#