[Git][NTPsec/ntpsec][master] Update buildprep to cover "doc" and "ntpviz" targets on Alpine

Matt Selsky gitlab at mg.gitlab.com
Mon Dec 24 04:21:35 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
2287f5a0 by Sanjeev Gupta at 2018-12-22T09:36:31Z
Update buildprep to cover "doc" and "ntpviz" targets on Alpine

- - - - -


1 changed file:

- buildprep


Changes:

=====================================
buildprep
=====================================
@@ -239,6 +239,10 @@ tools () {
 ntpviz () {
     # Prerequisites to use ntpviz: gnuplot and liberation fonts
     case $installer in
+	apk)
+	    $install gnuplot || echo "# You need to enable the community repository"
+	    $install ttf-liberation
+	    ;;
 	apt)
 	    distro=`lsb_release -i -s`
 	    if [ "$distro" = "Ubuntu" ]
@@ -272,6 +276,9 @@ ntpviz () {
 doc () {
 	# prerequisites to build documentation
 	case $installer in
+	 apk)
+		$install asciidoc
+		;;
 	 apt)
 		$install asciidoc
 		;;



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2287f5a03548e42e41cd2cc6159417844a78120f

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2287f5a03548e42e41cd2cc6159417844a78120f
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20181224/ba71ed4a/attachment.html>


More information about the vc mailing list