mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/lirc to 0.9.0-46
This commit is contained in:
parent
444ce088cb
commit
9fd076b110
3 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=lirc
|
||||
pkgname=('lirc' 'lirc-utils')
|
||||
pkgver=0.9.0
|
||||
pkgrel=45
|
||||
pkgrel=46
|
||||
epoch=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.lirc.org/"
|
||||
|
@ -30,8 +30,8 @@ md5sums=('b232aef26f23fe33ea8305d276637086'
|
|||
'1f8b104a2365d9f93404b143f499059b'
|
||||
'087a7d102e1c96bf1179f38db2b0b237'
|
||||
'3deb02604b37811d41816e9b4385fcc3'
|
||||
'dab8a73bcc5fd5479d8750493d8d97dc'
|
||||
'c2e20fe68b034df752dba2773db16ebe'
|
||||
'1c7ceace42da44f41e5a42b4dd3b3d76'
|
||||
'121283a6de274e52ed86522aecd0f6e5'
|
||||
'07131d117fcfe9dcd50c453c3a5e9531'
|
||||
'febf25c154a7d36f01159e84f26c2d9a')
|
||||
|
||||
|
@ -54,7 +54,7 @@ build() {
|
|||
autoreconf
|
||||
|
||||
PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
|
||||
--with-driver=userspace --with-transmitter
|
||||
--with-driver=userspace --sbindir=/usr/bin --with-transmitter
|
||||
|
||||
make
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ Description=Linux Infrared Remote Control
|
|||
|
||||
[Service]
|
||||
ExecStartPre=/usr/bin/ln -sf /run/lirc/lircd /dev/lircd
|
||||
ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid
|
||||
ExecStart=/usr/bin/lircd --pidfile=/run/lirc/lircd.pid
|
||||
Type=forking
|
||||
PIDFile=/run/lirc/lircd.pid
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ After=lirc.service
|
|||
Wants=lirc.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/lircmd -u
|
||||
ExecStart=/usr/bin/lircmd -u
|
||||
Type=forking
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue