mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
remove odroid-c1-remote (#1386)
ODROID-C1 remote controller is setup via LIRC for a while making this unused.
This commit is contained in:
parent
43bed69e11
commit
7e909b9e11
2 changed files with 0 additions and 39 deletions
|
@ -1,29 +0,0 @@
|
|||
# ODROID-C1 Remote Control Setup
|
||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
||||
buildarch=4
|
||||
|
||||
pkgname=odroid-c1-remote
|
||||
pkgver=0.3
|
||||
pkgrel=2
|
||||
arch=('armv7h')
|
||||
pkgdesc="ODROID-C1 remote control setup"
|
||||
url="http://www.hardkernel.com/"
|
||||
license=('Proprietary')
|
||||
makedepends=('git')
|
||||
source=("git+https://github.com/mdrjr/c1_irremote.git"
|
||||
'odroid_remote.service')
|
||||
md5sums=('SKIP'
|
||||
'6866b4f07369de69ea6ec57a3304c484')
|
||||
|
||||
build() {
|
||||
cd c1_irremote
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd c1_irremote
|
||||
install -Dm644 "${srcdir}/odroid_remote.service" "${pkgdir}/usr/lib/systemd/system/odroid_remote.service"
|
||||
install -Dm755 odroid_remote "${pkgdir}/usr/bin/odroid_remote"
|
||||
install -Dm644 odroid_remote.conf "${pkgdir}/etc/odroid_remote.conf"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=ODROID-C1 Remote Control Setup
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/odroid_remote /etc/odroid_remote.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue