make: add package

This commit is contained in:
Muhammad Herdiansyah 2019-06-18 09:32:23 +07:00
parent 2dfe3ba579
commit 63603c67cf
5 changed files with 11 additions and 0 deletions

7
repo/make/build Executable file
View File

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

1
repo/make/checksums Normal file
View File

@ -0,0 +1 @@
d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589 make-4.2.1.tar.bz2

1
repo/make/depends Normal file
View File

@ -0,0 +1 @@
guile make

1
repo/make/sources Normal file
View File

@ -0,0 +1 @@
https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2

1
repo/make/version Normal file
View File

@ -0,0 +1 @@
4.2.1 1