Fini la mise à jour pour répertoire pkg. Stage4 compile OK et driver xorg nouveau OK
[hvlinux.git] / stage4 / pkg / WindowMaker
diff --git a/stage4/pkg/WindowMaker b/stage4/pkg/WindowMaker
new file mode 100644 (file)
index 0000000..e6d0632
--- /dev/null
@@ -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"
+}