WGET="wget-1.14"
WHICH="which-2.20"
-WINDOWMAKER="WindowMaker-0.92.0"
+WINDOWMAKER="WindowMaker-0.95.3"
WINDOWMAKER_EXTRA="WindowMaker-extra-0.1"
WIRELESS_TOOLS="wireless_tools.29"
WMNOTIFY="wmnotify-1.0.0"
LIBXAU="libXau-1.0.7"
LIBXDMCP="libXdmcp-1.1.1"
XBITMAPS="xbitmaps-1.1.1"
-LIBDRM="libdrm-2.4.37"
+LIBDRM="libdrm-2.4.33"
MESALIB="MesaLib-8.0.4"
XCURSOR_THEMES="xcursor-themes-1.0.3"
XKEYBOARD_CONFIG="xkeyboard-config-2.6"
# Re-installing python now that tk is present???
ipkg ${PYTHON} "--enable-shared"
-ipkg -m acnb ${WINDOWMAKER}
+ipkg -m acnb ${WINDOWMAKER} "--with-gnustepdir=/usr/share/GNUstep"
+
ipkg ${WINDOWMAKER_EXTRA}
write_completed_stage
fpkg -e "tar.gz" ${T1LIB} "http://www.ibiblio.org/pub/Linux/libs/graphics"
fpkg -m sf -s "tcl" ${TK}
-fpkg ${WINDOWMAKER} ${WMAKER_URL}
+fpkg -e "tar.gz" ${WINDOWMAKER} ${WMAKER_URL}
fpkg -e "tar.gz" ${WINDOWMAKER_EXTRA} ${WMAKER_URL}
exit $?
#!/bin/bash
-hvconfig_pre()
+hvbuild_post()
{
- cd ${LFS_TMP}/${PACKAGE}
- aclocal
- autoheader
- autoconf
- libtoolize --force --automake
- automake -a --gnu --include-deps
-
- CONFIGURE_OPTS="\
- ${CONFIGURE_OPTS} \
- --with-gnustepdir=/usr/share/GNUstep"
+ var_add_path "GNUSTEP_USER_ROOT" /etc/profile "~/.GNUstep"
+ var_export "GNUSTEP_USER_ROOT" /etc/profile
}