kiss-mfavila-large/ports/fbv-git/build

10 lines
148 B
Plaintext
Raw Normal View History

2021-05-09 06:10:08 +00:00
#!/bin/sh -e
2021-05-11 04:07:37 +00:00
./configure \
--prefix=/usr
2021-05-09 06:10:08 +00:00
make
install -Dm755 ./fbv "$1/usr/bin/fbv"
install -Dm755 ./fbv.1 "$1/usr/share/man/man1/fbv.1"