Add dzen to mbase.
This commit is contained in:
parent
f70b85b0b0
commit
3e14d870d1
0
mbase/dzen-git
Normal file
0
mbase/dzen-git
Normal file
11
ports/guile/build
Executable file
11
ports/guile/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-error-on-warning \
|
||||
--disable-static
|
||||
|
||||
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
13
ports/guile/build~
Executable file
13
ports/guile/build~
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-dependency-tracking \
|
||||
--disable-static
|
||||
# --enable-jit=yes \
|
||||
# --enable-cross-guesses=conservative \
|
||||
|
||||
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
ports/guile/checksums
Normal file
1
ports/guile/checksums
Normal file
@ -0,0 +1 @@
|
||||
000fc43c1b0a5cfbd85b67e01afd58e847bd1f279e3439bb7db37282b0459f56
|
6
ports/guile/depends
Normal file
6
ports/guile/depends
Normal file
@ -0,0 +1,6 @@
|
||||
boehm-gc
|
||||
libffi
|
||||
libgmp
|
||||
libunistring
|
||||
ncurses
|
||||
readline
|
1
ports/guile/sources
Normal file
1
ports/guile/sources
Normal file
@ -0,0 +1 @@
|
||||
https://ftp.gnu.org/gnu/guile/guile-3.0.6.tar.gz
|
1
ports/guile/sources~
Normal file
1
ports/guile/sources~
Normal file
@ -0,0 +1 @@
|
||||
https://ftp.gnu.org/gnu/guile/guile-3.0.7.tar.gz
|
1
ports/guile/version
Normal file
1
ports/guile/version
Normal file
@ -0,0 +1 @@
|
||||
3.0.6 1
|
1
ports/guile/version~
Normal file
1
ports/guile/version~
Normal file
@ -0,0 +1 @@
|
||||
3.0.7 1
|
5
ports/liburlmatch-git/build
Executable file
5
ports/liburlmatch-git/build
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR="$1" install
|
1
ports/liburlmatch-git/sources
Normal file
1
ports/liburlmatch-git/sources
Normal file
@ -0,0 +1 @@
|
||||
git+https://github.com/clbr/urlmatch
|
1
ports/liburlmatch-git/version
Normal file
1
ports/liburlmatch-git/version
Normal file
@ -0,0 +1 @@
|
||||
git 1
|
5
ports/physfs-git/build
Executable file
5
ports/physfs-git/build
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||
|
||||
make DESTDIR="$1" install
|
1
ports/physfs-git/sources
Normal file
1
ports/physfs-git/sources
Normal file
@ -0,0 +1 @@
|
||||
git+https://github.com/icculus/physfs
|
1
ports/physfs-git/version
Normal file
1
ports/physfs-git/version
Normal file
@ -0,0 +1 @@
|
||||
git 1
|
Loading…
Reference in New Issue
Block a user