initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / x11 / synaptics / synaptics
1 # hdw-linux synaptics extensions
2
3 # author: hackbard@hackdaworld.dyndns.org
4
5 # [V] 0.13.3
6 # [S] 3-4
7 # [D] synaptics-0.13.3.tar.bz2 http://w1.894.telia.com/~u89404340/touchpad/files/
8
9 pre_install()   {
10         sed "s%BINDIR = .*%BINDIR = $prefix/bin%g" Makefile > m1~
11         sed "s%CFLAGS = \(.*\)%CFLAGS = -I$prefix/X11R6/include \1%g" m1~ > m2~
12         sed "s%CFLAGSCLIENT = \(.*\)%CFLAGSCLIENT = -I$prefix/X11R6/include \1%g" m2~ > Makefile
13                 }