updated/fixed stage3 packages with priority <= 2 (beside ipsec-tools & rarpd)
[hdw-linux/hdw-linux.git] / packages / hackbard / lirc / lirc
1 # hdw - linux lirc package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 0.7.1
6 # [S] 3-2
7 # [D] lirc-0.7.1.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/lirc/
8
9 # specify driver, port, irq
10 driver="serial"
11 port="0x3f8"
12 irq="4"
13
14 confopt="$confopt --with-driver=$driver --with-port=$port --with-irq=$irq"
15
16 pre_install()   {
17         sed 's%which dialog%type -p dialog%' setup.sh > tmp~
18         mv tmp~ setup.sh
19         chmod 750 setup.sh
20                 }