mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
pkgbase=lirc
|
||||||
pkgname=('lirc' 'lirc-utils')
|
pkgname=('lirc' 'lirc-utils')
|
||||||
pkgver=0.9.0
|
pkgver=0.9.0
|
||||||
pkgrel=45
|
pkgrel=46
|
||||||
epoch=1
|
epoch=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.lirc.org/"
|
url="http://www.lirc.org/"
|
||||||
|
@ -30,8 +30,8 @@ md5sums=('b232aef26f23fe33ea8305d276637086'
|
||||||
'1f8b104a2365d9f93404b143f499059b'
|
'1f8b104a2365d9f93404b143f499059b'
|
||||||
'087a7d102e1c96bf1179f38db2b0b237'
|
'087a7d102e1c96bf1179f38db2b0b237'
|
||||||
'3deb02604b37811d41816e9b4385fcc3'
|
'3deb02604b37811d41816e9b4385fcc3'
|
||||||
'dab8a73bcc5fd5479d8750493d8d97dc'
|
'1c7ceace42da44f41e5a42b4dd3b3d76'
|
||||||
'c2e20fe68b034df752dba2773db16ebe'
|
'121283a6de274e52ed86522aecd0f6e5'
|
||||||
'07131d117fcfe9dcd50c453c3a5e9531'
|
'07131d117fcfe9dcd50c453c3a5e9531'
|
||||||
'febf25c154a7d36f01159e84f26c2d9a')
|
'febf25c154a7d36f01159e84f26c2d9a')
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ build() {
|
||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
|
PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
|
||||||
--with-driver=userspace --with-transmitter
|
--with-driver=userspace --sbindir=/usr/bin --with-transmitter
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ Description=Linux Infrared Remote Control
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=/usr/bin/ln -sf /run/lirc/lircd /dev/lircd
|
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
|
Type=forking
|
||||||
PIDFile=/run/lirc/lircd.pid
|
PIDFile=/run/lirc/lircd.pid
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ After=lirc.service
|
||||||
Wants=lirc.service
|
Wants=lirc.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/lircmd -u
|
ExecStart=/usr/bin/lircmd -u
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue