|
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=ola |
|
|
|
PKG_VERSION:=0.10.5 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_URL:=https://github.com/OpenLightingProject/ola.git |
|
|
@ -38,7 +38,7 @@ define Package/ola |
|
|
|
TITLE:=Open Lighting Architecture Daemon |
|
|
|
URL:=https://www.openlighting.org/ |
|
|
|
MAINTAINER:=Christian Beier <dontmind@freeshell.org> |
|
|
|
DEPENDS:=+protobuf +libusb-1.0 +libuuid +libstdcpp +libpthread +librt +zlib +libncurses +liblo +sudo |
|
|
|
DEPENDS:=+protobuf +libusb-1.0 +libuuid +libstdcpp +libpthread +librt +zlib +libncurses +liblo |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/ola/description |
|
|
|