${MERCURIAL}: ${PYTHON}
${STELLARIUM}: ${QT}
+
+${GPTFDISK}: ${ICU}
ipkg ${NCURSES}
ipkg ${UTIL_LINUX}
ipkg ${E2FSPROGS}
+ipkg -s "icu" ${ICU}
ipkg -m noac ${GPTFDISK}
FORCE_UNSAFE_CONFIGURE=1 ipkg -m acnb ${COREUTILS}
fpkg -e "tar.gz" ${ACPID} "http://www.tedfelix.com/linux"
fpkg -m hv ${HV_UTILITIES}
+fpkg -e "tgz" ${ICU} "http://download.icu-project.org/files/icu4c/49.1.2"
fpkg -m sf ${GPTFDISK}
exit $?
--- /dev/null
+#!/bin/bash
+
+hvconfig()
+{
+ cd ${LFS_TMP}/${PACKAGE}/source
+
+ ./configure ${CONFIGURE_OPTS}
+}
--libexecdir=/usr/lib/glib-networking \
--with-ca-certificates=/etc/ssl/ca-bundle.crt \
--disable-static"
-ipkg -s "icu" ${ICU}
if [ "x${INST_TYPE}" = "xworkstation" -o \
"x${INST_TYPE}" = "xltsp-server" ]; then
fpkg -e "tar.gz" ${FOO2ZJS} "http://foo2zjs.rkkda.com"
fpkg -m gnome ${GLIB_NETWORKING}
-fpkg -e "tgz" ${ICU} "http://download.icu-project.org/files/icu4c/49.1.2"
fpkg -m gnome ${LIBSIGCPP}
fpkg -e zip ${JASPER} "http://www.ece.uvic.ca/~mdadams/jasper/software"
+++ /dev/null
-#!/bin/bash
-
-hvconfig()
-{
- cd ${LFS_TMP}/${PACKAGE}/source
-
- ./configure ${CONFIGURE_OPTS}
-}