CHANGELOG 2005-08-17
[hdw-linux/hdw-linux.git] / packages / x11 / qiv / qiv
1 # hdw - linux qiv package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 2.0
6 # [S] 3-8
7 # [D] qiv-2.0-src.tgz http://www.kdown2.de/files/
8
9 pre_install()   {
10         sed "s%PREFIX = /usr/local%PREFIX = $prefix%g" Makefile > tmp~
11         sed "s%-O2%$hdw_cflags%" tmp~ > Makefile
12                 }
13
14 post_install()  {
15         cp qiv-command.example $prefix/bin/qiv-command
16                 }