forked from kiss-community/repo
Merge branch 'master' of github.com:dylanaraps/kiss-experiment
This commit is contained in:
commit
141f1268d2
7
repo/file/build
Executable file
7
repo/file/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
repo/file/checksums
Normal file
1
repo/file/checksums
Normal file
@ -0,0 +1 @@
|
||||
e9c13967f7dd339a3c241b7710ba093560b9a33013491318e88e6b8b57bae07f file-5.37.tar.gz
|
1
repo/file/depends
Normal file
1
repo/file/depends
Normal file
@ -0,0 +1 @@
|
||||
zlib
|
1
repo/file/sources
Normal file
1
repo/file/sources
Normal file
@ -0,0 +1 @@
|
||||
ftp://ftp.astron.com/pub/file/file-5.37.tar.gz
|
1
repo/file/version
Normal file
1
repo/file/version
Normal file
@ -0,0 +1 @@
|
||||
5.37 1
|
7
repo/make/build
Executable file
7
repo/make/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
repo/make/checksums
Normal file
1
repo/make/checksums
Normal file
@ -0,0 +1 @@
|
||||
d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589 make-4.2.1.tar.bz2
|
1
repo/make/depends
Normal file
1
repo/make/depends
Normal file
@ -0,0 +1 @@
|
||||
guile make
|
1
repo/make/sources
Normal file
1
repo/make/sources
Normal file
@ -0,0 +1 @@
|
||||
https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2
|
1
repo/make/version
Normal file
1
repo/make/version
Normal file
@ -0,0 +1 @@
|
||||
4.2.1 1
|
Loading…
Reference in New Issue
Block a user