X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Fzgv%2Fzgv;fp=demian%2Fzgv%2Fzgv;h=7a9bb3c885cef6268c034e84e001afdb06f42490;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/zgv/zgv b/demian/zgv/zgv new file mode 100755 index 0000000..7a9bb3c --- /dev/null +++ b/demian/zgv/zgv @@ -0,0 +1,17 @@ +# HDW Linux zgv +# +# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org +# [I] Console application which use svgalib to display images on +# [I] console +# [V] 5.6 +# [S] 3 9 +# [D] zgv-5.6.tar.gz ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/viewers/svga/ + +build_main() { + make $make_conf + make $install_conf install +} + +post_install(){ + cp doc/sample.zgvrc /etc/zgv.conf +}