general: Added automake.

This commit is contained in:
Dylan Araps 2019-05-18 18:59:48 +03:00
parent 58696075e7
commit 8a637a6299
4 changed files with 11 additions and 0 deletions

7
repo/automake/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

2
repo/automake/depends Normal file
View File

@ -0,0 +1,2 @@
autoconf
perl

1
repo/automake/sources Normal file
View File

@ -0,0 +1 @@
https://ftp.gnu.org/gnu/automake/automake-1.16.1.tar.gz

1
repo/automake/version Normal file
View File

@ -0,0 +1 @@
1.16.1 1