Add Wicd
[hvlinux.git] / stage4 / pkg / WindowMaker
index e6d0632..572a2a4 100644 (file)
@@ -1,15 +1,11 @@
 #!/bin/bash
 
-hvconfig_pre()
+hvbuild_post()
 {
-    cd ${LFS_TMP}/${PACKAGE}
-    aclocal
-    autoheader
-    autoconf
-    libtoolize --force --automake
-    automake -a --gnu --include-deps
+    var_add_path "GNUSTEP_USER_ROOT" /etc/profile "~/.GNUstep"
+    var_export   "GNUSTEP_USER_ROOT" /etc/profile
 
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --with-gnustepdir=/usr/share/GNUstep"
+    mkdir -p /etc/skel/.GNUstep/{Defaults,Library/WindowMaker}
+
+    install -v -m744 ${SCRDIR}/misc/WindowMaker/autostart /etc/skel/.GNUstep/Library/WindowMaker
 }