diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-05-30 03:24:13 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-05-30 03:24:13 (GMT) |
commit | 1ff84d8aab36f76ca79c37d41dcd6b5f0d517b1d (patch) | |
tree | cb091d3248ff033462eba7ff52a69b5ed38b9c5e /abs/core-testing | |
parent | 676ec60eae2d5176c16bbb2d490cf29bcc54e7f4 (diff) | |
download | linhes_pkgbuild-1ff84d8aab36f76ca79c37d41dcd6b5f0d517b1d.zip linhes_pkgbuild-1ff84d8aab36f76ca79c37d41dcd6b5f0d517b1d.tar.gz linhes_pkgbuild-1ff84d8aab36f76ca79c37d41dcd6b5f0d517b1d.tar.bz2 |
lirc: update PKGBUILD to install dvico udev rule
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/lirc/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/abs/core-testing/lirc/PKGBUILD b/abs/core-testing/lirc/PKGBUILD index d8cfe29..30c5052 100644 --- a/abs/core-testing/lirc/PKGBUILD +++ b/abs/core-testing/lirc/PKGBUILD @@ -3,7 +3,7 @@ pkgname=lirc pkgver=0.8.5CVS -pkgrel=11 +pkgrel=12 _kernver=2.6.28-LinHES pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel" arch=(i686 x86_64) @@ -21,7 +21,8 @@ source=(http://www.blushingpenguin.com/mark/lmilk/lirc-0.8.5-CVS-pvr150.tar.bz2 http://superb-east.dl.sourceforge.net/sourceforge/mod-mce/lirc_mod_mce-0.1.5.tar.bz2 lirc_mod_mce.patch hw_commandir.c - hw_commandir.h) + hw_commandir.h + dvicoIR.rules) build() { # configure @@ -65,6 +66,9 @@ build() { rm $startdir/pkg/lib/modules/$_kernver/kernel/drivers/misc/lirc_cmdir.ko rm $startdir/pkg/lib/modules/$_kernver/kernel/drivers/misc/commandir.ko + # Add a udev rule for the DVICO remote so that if there is more than + # one hiddev device, the systm cant get confused. + install -D -m644 $srcdir/dvicoIR.rules $pkgdir/etc/udev/rules.d/dvicoIR.rules } md5sums=('b96dae91b566143b3af433fa2714ec9a' '1753acd774f50b638e6173d364de53fd' @@ -73,4 +77,5 @@ md5sums=('b96dae91b566143b3af433fa2714ec9a' '21ce358809105f005e888e3b138c59e6' 'd299b696b007fc9b663a73cc1758a1ef' 'f059f4030afc682c9539a03bf837c1cf' - '4e698654cc44fc6c4163814acda5a7ee') + '4e698654cc44fc6c4163814acda5a7ee' + 'd79400e2e3069b14039ca07d3317965c') |