--- /dev/null
+#!/bin/bash
+set -o errexit
+
+# First argument of this script is the package name.
+# Remaining arguments are additional configure options.
+
+# Reading system configuration informations, functions and package versions.
+source ../sysinfos
+source ../functions
+source ../packages-list
+
+PACKAGE=${1}
+shift
+CONFIGURE_OPTS=${*}
+
+# Applying patches (if any)
+apply_patches ${PACKAGE}
+
+cd ${LFS_TMP}/${PACKAGE}
+aclocal
+autoheader
+autoconf
+libtoolize --force --automake
+automake -a --gnu --include-deps
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-gnustepdir=/usr/share/GNUstep \
+ ${CONFIGURE_OPTS}
+make
+make install
+ldconfig
+
+exit $?
--enable-install-setuid"
# newport, vmware, and xgixp drivers cause Xorg -configure to hang
-# To fix this problrem, comment out these drivers in both driver-7.5-2.md5 and driver-7.5-2.wget.
+# To fix this problem, comment out these drivers in both driver-7.5-2.md5 and driver-7.5-2.wget.
install_xorg_modules ${XORG_DRIVER} --with-xorg-module-dir=${XORG_PREFIX}/lib/X11/modules
ipkg_xorg ${XDM} "app"
# Re-installing python now that tk is present???
ipkg_ac ${PYTHON} "--enable-shared"
-ipkg_ac ${WINDOWMAKER} --with-gnustepdir=/usr/share/GNUstep
+ipkg_cust ${WINDOWMAKER} cis-windowmaker
ipkg_ac ${WINDOWMAKER_EXTRA}
#source /etc/profile