add Added Files:
[hdw-repos/packages.git] / demian / zgv / zgv
diff --git a/demian/zgv/zgv b/demian/zgv/zgv
new file mode 100755 (executable)
index 0000000..7a9bb3c
--- /dev/null
@@ -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
+}