partial lib update
This commit is contained in:
parent
4ffe4e7037
commit
5da90e4ac3
4 changed files with 30 additions and 0 deletions
9
autoconf/Makefile
Normal file
9
autoconf/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
prepare:
|
||||
git clone git://git.sv.gnu.org/autoconf
|
||||
cd autoconf
|
||||
autoconf:
|
||||
make
|
||||
install:
|
||||
make install
|
||||
uninstall:
|
||||
make uninstall
|
9
automake/Makefile
Normal file
9
automake/Makefile
Normal file
|
@ -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
|
6
autopoint-gettextize/Makefile
Normal file
6
autopoint-gettextize/Makefile
Normal file
|
@ -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:
|
||||
|
6
libtool/Makefile
Normal file
6
libtool/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
prepare:
|
||||
git clone git://git.savannah.gnu.org/libtool.git
|
||||
cd libtool
|
||||
make:
|
||||
./bootstrap
|
||||
#
|
Loading…
Reference in a new issue