stuff again
This commit is contained in:
parent
2e4d2f445b
commit
43aba4707b
8
community-mod/rolling/tine-git/build
Executable file
8
community-mod/rolling/tine-git/build
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
sed -i s/ncursesw\\/ncurses.h/ncurses.h/ Makefile
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR="$1" install all
|
||||||
|
|
||||||
|
install -Dm 755 tine.1 "$1/usr/share/man/man1/tine.1"
|
1
community-mod/rolling/tine-git/depends
Normal file
1
community-mod/rolling/tine-git/depends
Normal file
@ -0,0 +1 @@
|
|||||||
|
ncurses
|
1
community-mod/rolling/tine-git/sources
Normal file
1
community-mod/rolling/tine-git/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
git+https://github.com/deadpixi/tine
|
1
community-mod/rolling/tine-git/version
Normal file
1
community-mod/rolling/tine-git/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
git 1
|
4
core-mod/core/atto-git/build
Executable file
4
core-mod/core/atto-git/build
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
make
|
||||||
|
install -Dm755 atto "$1/usr/bin/atto"
|
1
core-mod/core/atto-git/depends
Normal file
1
core-mod/core/atto-git/depends
Normal file
@ -0,0 +1 @@
|
|||||||
|
ncurses
|
13
core-mod/core/atto-git/manifest
Normal file
13
core-mod/core/atto-git/manifest
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
/var/db/kiss/installed/atto-git/version
|
||||||
|
/var/db/kiss/installed/atto-git/sources
|
||||||
|
/var/db/kiss/installed/atto-git/manifest
|
||||||
|
/var/db/kiss/installed/atto-git/depends
|
||||||
|
/var/db/kiss/installed/atto-git/build
|
||||||
|
/var/db/kiss/installed/atto-git/
|
||||||
|
/var/db/kiss/installed/
|
||||||
|
/var/db/kiss/
|
||||||
|
/var/db/
|
||||||
|
/var/
|
||||||
|
/usr/bin/atto
|
||||||
|
/usr/bin/
|
||||||
|
/usr/
|
1
core-mod/core/atto-git/sources
Normal file
1
core-mod/core/atto-git/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
git+https://github.com/hughbarney/atto
|
1
core-mod/core/atto-git/version
Normal file
1
core-mod/core/atto-git/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
git 1
|
@ -1 +0,0 @@
|
|||||||
../ports/dropbear
|
|
0
mbase/dropbear
Normal file
0
mbase/dropbear
Normal file
@ -1,6 +1,10 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
# Work around a stupid behavior in GNU Install.
|
||||||
|
mkdir -p "$1/usr/share/fonts/TTF/"
|
||||||
|
|
||||||
|
|
||||||
for file in TTF/*
|
for file in TTF/*
|
||||||
do
|
do
|
||||||
install -Dm644 $file "$1/usr/share/fonts/TTF/"
|
install -m644 $file "$1/usr/share/fonts/TTF/"
|
||||||
done
|
done
|
||||||
|
10
ports/clearsans-font/build~
Executable file
10
ports/clearsans-font/build~
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
# Work around a stupid behavior in GNU Install.
|
||||||
|
mkdir "$1/usr/share/fonts/TTF/"
|
||||||
|
|
||||||
|
|
||||||
|
for file in TTF/*
|
||||||
|
do
|
||||||
|
install -m644 $file "$1/usr/share/fonts/TTF/"
|
||||||
|
done
|
@ -1 +1 @@
|
|||||||
5bcc807d8ed441581c999328a21c94c69768624a3ec7e8de4c91a341d3eec248
|
261b0ffcf2473fe732449963f02ff18b3edfc42a949f7c412d5df800fabb3991
|
||||||
|
@ -1 +0,0 @@
|
|||||||
midfavila@speculatores.390
|
|
Loading…
Reference in New Issue
Block a user