kiss-mfavila-small/wip_ports/todo/unknown/links2-xembed/build
2022-12-01 20:40:24 -04:00

18 lines
369 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < 01-links-tabbed.patch
./configure \
--prefix=/usr \
--enable-graphics \
--without-ipv6 \
--without-libevent \
--without-gpm \
--without-libtiff \
--without-librsvg \
--with-x \
--mandir=/usr/share/man
make
make DESTDIR="$1" install