X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2FWindowMaker;fp=stage4%2Fpkg%2FWindowMaker;h=e6d06324f3613fefd99d216fe40a7ef0cbbbc2ae;hb=0315072ae3bd307eee71718e1a59f923edcbdaca;hp=0000000000000000000000000000000000000000;hpb=7a56acaf393f8598e6bd8e23ba539d716177afbe;p=hvlinux.git diff --git a/stage4/pkg/WindowMaker b/stage4/pkg/WindowMaker new file mode 100644 index 0000000..e6d0632 --- /dev/null +++ b/stage4/pkg/WindowMaker @@ -0,0 +1,15 @@ +#!/bin/bash + +hvconfig_pre() +{ + cd ${LFS_TMP}/${PACKAGE} + aclocal + autoheader + autoconf + libtoolize --force --automake + automake -a --gnu --include-deps + + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --with-gnustepdir=/usr/share/GNUstep" +}