dist:
mkdir /tmp/${DISTPREFIX}
cp -RPp * /tmp/${DISTPREFIX}
- (cd /tmp/${DISTPREFIX}; make clean icons; rm config.h config.mk)
+ (cd /tmp/${DISTPREFIX}; \
+ ./configure; make clean icons; rm config.h config.mk)
find /tmp/${DISTPREFIX} -name .gitignore -delete
tar -cvjpf ${DISTFILE} -C /tmp ${DISTPREFIX}
rm -rf /tmp/${DISTPREFIX}
A basic command line tool, dhcpcd-online can report on network
availability from dhcpcd (requires dhcpcd-6.4.4)
+
+Switches to control building of various parts:
+ --with-dhcpcd-online
+ --with-gtk
+ --with-qt
+ --with-icons
+For each --with there is a --without.
+If each part is not specified then the configure will test the system
+for the needed libraries to build and install it.
+
+When creating a distribution tarball, the host system requires
+the libraries to build all the components.