Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 390 → Rev 391

/programy/Asus_C/indi/Config.in
0,0 → 1,11
config BR2_PACKAGE_INDISERVER
tristate "INDISERVER - Instrument Neutral Distributed Interface server"
default m if CONFIG_DEVEL
help
INDI is a distributed control protocol designed to operate
astronomical instrumentation. INDI is small, flexible, easy to parse,
and scalable. It supports common DCS functions
such as remote control, data acquisition, monitoring, and a lot more.
http://indi.sourceforge.net/
/programy/Asus_C/indi/Makefile
0,0 → 1,63
# $Id: Makefile 1146 2005-06-05 13:32:28Z nbd $
 
include $(TOPDIR)/rules.mk
 
PKG_NAME:=indiserver
PKG_VERSION:=0.5
PKG_RELEASE:=1
PKG_MD5SUM:=
 
PKG_SOURCE_URL:=http://download.sourceforge.net/indi
PKG_SOURCE:=indilib-0.5.tar.gz
PKG_CAT:=zcat
 
PKG_BUILD_DIR:=$(BUILD_DIR)/indi
 
include $(TOPDIR)/package/rules.mk
 
$(eval $(call PKG_template,INDISERVER,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 
$(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--program-prefix="" \
--program-suffix="" \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--datadir=/usr/share \
--includedir=/usr/include \
--infodir=/usr/share/info \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--localstatedir=/var \
--mandir=/usr/share/man \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--disable-v4l2 \
$(DISABLE_NLS) \
$(DISABLE_LARGEFILE) \
);
touch $@
 
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC)
touch $@
 
$(IPKG_STRACE):
mkdir -p $(IDIR_STRACE)/usr/sbin
cp $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_STRACE)/usr/sbin/
$(STRIP) $(IDIR_STRACE)/usr/sbin/*
$(IPKG_BUILD) $(IDIR_STRACE) $(PACKAGE_DIR)
 
mostlyclean:
$(MAKE) -C $(PKG_BUILD_DIR) clean
rm -f $(PKG_BUILD_DIR)/.built
/programy/Asus_C/indi/ipkg/indiserver.control
0,0 → 1,4
Package: indiserver
Priority: optional
Section: science
Description: program designed to operate astronomical instrumentation.