Rev 410 | Blame | Compare with Previous | Last modification | View Log | Download
## Copyright (C) 2007 OpenWrt.org## This is free software, licensed under the GNU General Public License v2.# See /LICENSE for more information.## This Makefile is a skeleton## $Id: $include $(TOPDIR)/rules.mkPKG_NAME:=indiserverPKG_VERSION:=0.5PKG_SOURCE:=indilib-0.5.tar.gzPKG_SOURCE_URL:=http://download.sourceforge.net/indiPKG_MD5SUM:=PKG_BUILD_DIR:=$(BUILD_DIR)/indiPKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-installinclude $(INCLUDE_DIR)/package.mkdefine Package/indiserverSECTION:=utilsCATEGORY:=UtilitiesTITLE:=Instrument Neutral Distributed Interface serverURL:=http://indi.sourceforge.net/DEPENDS:=+libusb +zlib +libstdcppendefdefine Package/indiserver/descriptionINDI is a distributed control protocol designed to operateastronomical instrumentation. INDI is small, flexible, easy to parse,and scalable. It supports common DCS functionssuch as remote control, data acquisition, monitoring, and a lot more.endefCONFIGURE_ARGS += \--disable-v4l2 \--disable-nls \define Build/Compile# pass CFLAGS again to override -O2 set by configure$(MAKE) -C $(PKG_BUILD_DIR)/src DESTDIR="$(PKG_INSTALL_DIR)" installendefdefine Package/indiserver/install$(INSTALL_DIR) $(1)/usr/bin$(INSTALL_BIN) $(BUILD_DIR)/indi/src $(1)/usr/bin/endef$(eval $(call BuildPackage,indiserver))