mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
general: Added automake.
This commit is contained in:
parent
58696075e7
commit
8a637a6299
7
repo/automake/build
Executable file
7
repo/automake/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
2
repo/automake/depends
Normal file
2
repo/automake/depends
Normal file
@ -0,0 +1,2 @@
|
||||
autoconf
|
||||
perl
|
1
repo/automake/sources
Normal file
1
repo/automake/sources
Normal file
@ -0,0 +1 @@
|
||||
https://ftp.gnu.org/gnu/automake/automake-1.16.1.tar.gz
|
1
repo/automake/version
Normal file
1
repo/automake/version
Normal file
@ -0,0 +1 @@
|
||||
1.16.1 1
|
Loading…
Reference in New Issue
Block a user