12 lines
260 B
Plaintext
Raw Normal View History

2021-05-09 03:10:08 -03:00
#!/bin/sh -e
2021-05-11 01:07:37 -03:00
./autogen.sh \
--prefix=/usr
2021-05-09 03:10:08 -03:00
make
make DESTDIR="$1" install
#ln -s "/usr/include/X11/Xaw3d" "$1/usr/include/X11/Xaw"
#ln -s "/usr/lib/pkgconfig/xaw3d.pc" "/usr/lib/pkgconfig/xaw7.pc"
#ln -s "/usr/lib/libXaw3d.so" "$1/usr/lib/libXaw7.so"