Move them to main install script.
ipkg -s "icu" ${ICU}
ipkg -m noac ${GPTFDISK}
-FORCE_UNSAFE_CONFIGURE=1 ipkg -m acnb ${COREUTILS}
+FORCE_UNSAFE_CONFIGURE=1 ipkg -m acnb ${COREUTILS} "\
+ --libexecdir=/usr/lib \
+ --enable-no-install-program=kill,uptime"
+
ipkg -m noac ${IANA}
ipkg ${MFOUR}
ipkg -m noac ${PROCPS}
ipkg ${BC} "--with-readline"
ipkg ${GDBM}
-ipkg ${INETUTILS}
+ipkg ${INETUTILS} "\
+ --libexecdir=/usr/sbin \
+ --localstatedir=/var \
+ --disable-ifconfig \
+ --disable-logger \
+ --disable-syslogd \
+ --disable-whois \
+ --disable-servers"
ipkg -m noac ${BZIP2}
ipkg ${DIFFUTILS}
ipkg ${FILE_PKG}
ipkg ${GAWK} "--libexecdir=/usr/lib"
-ipkg ${FINDUTILS}
+ipkg ${FINDUTILS} "\
+ --libexecdir=/usr/lib/findutils \
+ --localstatedir=/var/lib/locate"
ipkg ${GETTEXT}
ipkg ${GPERF}
ipkg ${GREP} "--bindir=/bin --without-included-regex"
ipkg ${GROFF}
-ipkg ${GZIP}
-ipkg ${KBD}
+ipkg ${GZIP} "--bindir=/bin"
+ipkg ${KBD} "--datadir=/lib/kbd"
ipkg ${LESS}
ipkg ${MAKE_PACKAGE}
ipkg ${XZ_UTILS}
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" \
- --libexecdir=/usr/lib \
- --enable-no-install-program=kill,uptime"
-}
-
hvbuild_post()
{
# Move some programs to their proper FHS locations:
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" \
- --libexecdir=/usr/lib/findutils \
- --localstatedir=/var/lib/locate"
-}
-
hvbuild_post()
{
# Some of the scripts in the LFS-Bootscripts package depend on find. As
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" --bindir=/bin"
-}
-
hvbuild_post()
{
# Move some programs that do not need to be on the root filesystem:
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" \
- --libexecdir=/usr/sbin \
- --localstatedir=/var \
- --disable-ifconfig \
- --disable-logger \
- --disable-syslogd \
- --disable-whois \
- --disable-servers"
-}
-
hvbuild_post()
{
# Move some programs to their FHS-compliant place:
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" --datadir=/lib/kbd"
-}
-
hvbuild_post()
{
# Some of the scripts in the LFS-Bootscripts package depend on kbd_mode,
ipkg -m noac ${BASHCOMPLETION}
ipkg ${WHICH}
-ipkg -m acnb ${REISERFSPROGS}
+ipkg -m acnb ${REISERFSPROGS} "--sbindir=/sbin"
ipkg -m acnb ${POPT}
ipkg -m acnb ${LIBTIRPC} "--disable-static --disable-gssapi"
ipkg ${PAM}
--disable-nfsv41 \
--sbindir=/sbin \
--disable-gss"
-ipkg ${XINETD}
+ipkg ${XINETD} "--with-loadavg"
if [ "x${USE_DYNAMIC_DNS}" = "xyes" ]; then
ipkg ${DDCLIENT}
fi
ipkg -m acnb ${LIBMNG} "--disable-static"
ipkg ${FREETYPE} "--disable-static"
-ipkg ${FONTCONFIG}
+ipkg ${FONTCONFIG} "\
+ --localstatedir=/var \
+ --disable-docs \
+ --without-add-fonts \
+ --with-docdir=/usr/share/doc/${FONTCONFIG}"
ipkg -m noac ${CKERMIT}
# Audio file formats
ipkg ${LIBOGG}
ipkg ${LIBVORBIS}
- ipkg -m acnb ${FLAC}
+ ipkg -m acnb ${FLAC} "--disable-thorough-test"
ipkg ${LIBSNDFILE}
ipkg -m acnb ${VAMP}
hvconfig_pre()
{
sed -e "s!#include <stdio.h>!&\n#include <string.h>!" -i \
- ${LFS_TMP}/${PACKAGE}/examples/cpp/encode/file/main.cpp
-
- CONFIGURE_OPTS+=" \
- --disable-thorough-test"
+ ${SRC_DIR}/examples/cpp/encode/file/main.cpp
}
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" \
- --localstatedir=/var \
- --disable-docs \
- --without-add-fonts \
- --with-docdir=/usr/share/doc/${PACKAGE}"
-}
-
hvbuild_post()
{
# Updating font information cache.
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" \
- --sbindir=/sbin"
-}
-
hvbuild_post()
{
ln -sf reiserfsck /sbin/fsck.reiserfs
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" --with-loadavg"
-}
-
hvbuild_post()
{
cat > /etc/xinetd.conf << "EOF"
ipkg ${XKEYBOARD_CONFIG} ${XORG_CONFIG} --with-xkb-rules-symlink=xorg
ipkg ${PIXMAN}
ipkg ${DBUS}
-ipkg ${GLIB}
+ipkg ${GLIB} "--with-pcre=system"
ipkg ${GOBJECT_INSTROSPECTION} "--disable-tests"
ipkg -m acnb ${DBUS_GLIB} \
--disable-tests \
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" --with-pcre=system"
-}
-
hvbuild_post()
{
chmod -v 755 /usr/bin/gtester-report
ipkg ${ISO_CODES}
ipkg ${LIBXKLAVIER}
ipkg ${LIBGLADE}
- ipkg -m acnb ${GCONF}
+ ipkg -m acnb ${GCONF} "\
+ --disable-orbit \
+ --disable-static"
ipkg -c -m noac ${CERTDATA}
ipkg ${P11KIT}
ipkg ${GCR} "--without-gtk" # Needs Gtk3
#!/bin/bash
-hvconfig_pre()
-{
- CONFIGURE_OPTS+=" \
- --disable-orbit \
- --disable-static"
-}
-
hvbuild_post()
{
install -v -m755 -d /etc/gconf/gconf.xml.system