2021-05-09 02:10:08 -04:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2021-05-11 00:07:37 -04:00
|
|
|
./autogen.sh \
|
|
|
|
--prefix=/usr
|
2021-05-09 02:10:08 -04:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR="$1" install
|
2021-05-15 14:52:30 -04:00
|
|
|
|
|
|
|
#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"
|