# ALARM: Kevin Mihelich plugrel=1 pkgname=mochad pkgver=0.1.15 pkgrel=1 pkgdesc="A Linux TCP gateway daemon for the X10 CM15A RF and PL controller and the CM19A RF controller" arch=('arm' 'armv7h') license=('GPL') url="http://mochad.sourceforge.net/" depends=('libusb') source=(http://downloads.sf.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('e1de0c9e62e10236542e70c2f33aacc2') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --disable-dependency-tracking make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install-binPROGRAMS make DESTDIR="${pkgdir}" install-data-am install -D udev/91-usb-x10-controllers.rules "${pkgdir}/etc/udev/rules.d/91-usb-x10-controllers.rules" install -D hotplug2/20-usb-x10 "${pkgdir}/etc/hotplug.d/usb/20-usb-x10" install -D hotplug2/mochad "${pkgdir}/etc/rc.d/mochad" }