5 pkgdesc="Will turn your Bluetooth-enabled mobile phone into a remote control for your computer - only for SE k700i"
6 url="http://www.geocities.com/saravkrish/progs/bluemote"
11 source=(http://www.geocities.com/saravkrish/progs/bluemote/bluemote.$pkgver.tar.gz \
12 http://www.geocities.com/saravkrish/progs/bluemote/scripts.tar.gz \
13 bluemote.rules bluemote.c serial.c bluemote.install)
14 install=bluemote.install
15 md5sums=('69ab4eafb839a3f22fca2832fbba60f6' \
16 'd1d21cab765522ff9ce82b60a23bd150' 'c246b00d5a226bc00d1b85036dafcaca' \
17 '867509118e1073ae8232c4b45e55bd40' '7879d092a14301d4c4f0f8d22d3ac732' \
18 'aef4799a5405626573e073a75ae8e5aa')
22 cp bluemote.c $startdir/src/bluemote/
23 cp serial.c $startdir/src/bluemote/
24 cd $startdir/src/bluemote
27 install -d $startdir/pkg/usr/bin $startdir/pkg/etc/bluemote
28 install -m755 bluemote $startdir/pkg/usr/bin
29 install -m644 bluemote-example.cfg $startdir/pkg/etc/bluemote/bluemote.cfg
30 install -m644 config.txt $startdir/pkg/etc/bluemote/config.txt
33 cp -R scripts/ $startdir/pkg/etc/bluemote/
35 install -D -m644 bluemote.rules $startdir/pkg/etc/udev/rules.d/bluemote.rules