remove odroid-c1-remote (#1386)

ODROID-C1 remote controller is setup via LIRC for a while
making this unused.
This commit is contained in:
Mauro Ribeiro 2016-09-12 15:38:10 -03:00 committed by Kevin Mihelich
parent 43bed69e11
commit 7e909b9e11
2 changed files with 0 additions and 39 deletions

View file

@ -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"
}

View file

@ -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