: Added Files:
[hdw-repos/packages.git] / demian / xv / xv
1 # HDW Linux xv
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] A simple X image viewer, which allows also take snapshots.
5 # [V] 3.10a
6 # [S] 3 9
7 # [D] xv-3.10a.tar.gz ftp://ftp.cis.upenn.edu/pub/xv/
8
9 pre_install()
10 {
11     # xv complains about those headers. 
12     # other way to do it easier? -I ?
13     
14     ln -sf /usr/X11/include/X11 /usr/include
15 }
16
17 build_main()
18 {
19     make $make_conf ; make $install_conf install ;
20 }
21
22 post_install()
23 {
24     # it doesnt nag, should i leave it there ?
25     rm /usr/include/X11
26 }