X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Fxv%2Fxv;fp=demian%2Fxv%2Fxv;h=b4b2d3af97499e7dc95beb6cc658afa0dba7843c;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/xv/xv b/demian/xv/xv new file mode 100755 index 0000000..b4b2d3a --- /dev/null +++ b/demian/xv/xv @@ -0,0 +1,26 @@ +# HDW Linux xv +# +# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org +# [I] A simple X image viewer, which allows also take snapshots. +# [V] 3.10a +# [S] 3 9 +# [D] xv-3.10a.tar.gz ftp://ftp.cis.upenn.edu/pub/xv/ + +pre_install() +{ + # xv complains about those headers. + # other way to do it easier? -I ? + + ln -sf /usr/X11/include/X11 /usr/include +} + +build_main() +{ + make $make_conf ; make $install_conf install ; +} + +post_install() +{ + # it doesnt nag, should i leave it there ? + rm /usr/include/X11 +}