kiss-mfavila-small/wip_ports/todo/unknown/mplayer/build

9 lines
100 B
Plaintext
Raw Permalink 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 \
--enable-gui
2021-05-09 06:10:08 +00:00
make
make DESTDIR="$1" install