kiss-mfavila-small/ports/motif/build

18 lines
265 B
Plaintext
Raw Normal View History

2021-07-15 13:59:00 -04:00
#!/bin/sh -e
2021-12-04 19:45:13 -05:00
#for patch in $(ls patches/*.patch)
#do
# patch -p1 < $patch
#done
2021-11-26 14:44:34 -05:00
2021-07-15 13:59:00 -04:00
./configure \
--prefix=/usr \
--enable-silent-rules \
--disable-dependency-tracking \
--enable-xft \
--enable-jpeg \
--enable-png
make
make DESTDIR="$1" install