--- /dev/null
+#!/bin/sh
+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}
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ ${CONFIGURE_OPTS}
+make
+make install
+ldconfig
+
+decompress_package ${GIT_MANPAGES} /usr/share/man
+
+exit $?
--- /dev/null
+#!/bin/sh
+set -o errexit
+
+# First argument of this script is the package name.
+
+# Reading system configuration informations, functions and package versions.
+source ../sysinfos
+source ../functions
+source ../packages-list
+
+PACKAGE=${1}
+
+# Applying patches (if any)
+apply_patches ${PACKAGE}
+
+cd ${LFS_TMP}/${PACKAGE}
+make
+make install
+
+exit $?
fi
ipkg_ac_nb ${LIBPCAP}
ipkg_ac ${TCPDUMP}
-ipkg_ac_nb ${NMAP}
+ipkg_ac_nb ${NMAP} --without-nmapfe
ipkg_cust ${BIND} cis-bind
ipkg_cust ${IPTABLES} cis-iptables
ipkg_cust ${UNZIP} cis-unzip
ipkg_cust ${UNRAR} cis-unrar
ipkg_ac ${CPIO}
-ipkg_ac ${PARTED}
+ipkg_ac ${PARTED} --disable-device-mapper
ipkg_ac ${CURL}
ipkg_ac ${RSYNC}
ipkg_ac ${ED}
-ipkg_ac ${BC} "--with-readline"
+ipkg_ac ${BC} --with-readline
INIT_D_PATH=/etc/rc.d/init.d \
ipkg_ac_nb ${FUSE}
ipkg_cust ${DOSFSTOOLS} cis-dosfstools
-ipkg_ac ${CVS} "--disable-server"
-ipkg_ac_nb ${GIT}
-rscr once "Installing ${GIT_MANPAGES}" decompress_package ${GIT_MANPAGES} /usr/share/man
+ipkg_ac ${CVS} --disable-server
+ipkg_cust ${GIT} cis-git
# Graphic libraries without X-Window dependencies
ipkg_ac ${LIBJPEG} "--enable-static --enable-shared"
-ipkg_ac ${LIBOPENJPEG}
+ipkg_cust ${LIBOPENJPEG} cis-libopenjpeg
ipkg_ac ${LIBPNG}
ipkg_ac ${LIBART}
ipkg_ac ${LIBEXIF}
# service.
USE_DYNAMIC_DNS="no"
-# Network interface card eth0 settings (ROUTEUR/INTERNET)
-BOOTPROTO[0]="static"
-IP_ADDRESS[0]="192.168.1.2"
-PREFIX_LENGTH[0]=24
-
-# Network interface card eth1 settings (LAN)
-BOOTPROTO[1]="static"
-IP_ADDRESS[1]="192.168.0.1"
-PREFIX_LENGTH[1]=24
-
-# Network interface card eth2 settings (MVPMC)
-BOOTPROTO[2]="static"
-IP_ADDRESS[2]="192.168.99.1"
-PREFIX_LENGTH[2]=24
+# Network interface card eth0 settings
+BOOTPROTO[0]="dhcp"
# DNS servers addresses (not required if using DHCP)
-NAMESERVER[0]="192.168.1.1"
+#NAMESERVER[0]="192.168.1.1"
# Define this if you want the mail addressed to the root user automatically
# be forwarded to someone else