2012-02-13 01:15:13 +00:00
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
|
|
|
|
plugrel=1
|
|
|
|
|
|
|
|
pkgname=mochad
|
2012-03-20 01:00:21 +00:00
|
|
|
pkgver=0.1.15
|
2012-02-13 01:15:13 +00:00
|
|
|
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)
|
2012-03-20 01:00:21 +00:00
|
|
|
md5sums=('e1de0c9e62e10236542e70c2f33aacc2')
|
2012-02-13 01:15:13 +00:00
|
|
|
|
|
|
|
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"
|
|
|
|
}
|