add Added Files:
[hdw-repos/packages.git] / demian / zgv / zgv
1 # HDW Linux zgv
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] Console application which use svgalib to display images on 
5 # [I] console
6 # [V] 5.6
7 # [S] 3 9
8 # [D] zgv-5.6.tar.gz ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/viewers/svga/
9
10 build_main() {
11     make $make_conf
12     make $install_conf install
13 }
14
15 post_install(){
16     cp doc/sample.zgvrc /etc/zgv.conf
17 }