contrib/package: remove definitions for pgraph plugin

This commit is contained in:
Jo-Philipp Wich 2009-01-22 23:16:37 +00:00
parent 661ead3241
commit 72b276d92d

View file

@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk
PKG_BASENAME:=olsrd
PKG_NAME:=$(PKG_BASENAME)-luci
PKG_VERSION:=0.5.6-r3+hg2227
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_HGREV:=a7316f987848
PKG_SOURCE:=$(PKG_HGREV).tar.gz
@ -111,13 +111,6 @@ define Package/olsrd-luci-mod-txtinfo
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-pgraph
$(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - PGraph Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-quagga
$(call Package/olsrd-luci/common_info)
MENU:=1
@ -140,7 +133,7 @@ define Build/Compile
MANDIR="$(PKG_INSTALL_DIR)/usr/share/man" \
STRIP="true" \
INSTALL_LIB="true" \
SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo nameservice secure txtinfo pgraph quagga"
SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo nameservice secure txtinfo quagga"
endef
define Package/olsrd-luci/install
@ -197,11 +190,6 @@ define Package/olsrd-luci-mod-txtinfo/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/txtinfo/olsrd_txtinfo.so.* $(1)/usr/lib/
endef
define Package/olsrd-luci-mod-pgraph/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/pgraph/olsrd_pgraph.so.* $(1)/usr/lib/
endef
define Package/olsrd-luci-mod-quagga/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/quagga/olsrd_quagga.so.* $(1)/usr/lib/
@ -218,5 +206,4 @@ $(eval $(call BuildPackage,olsrd-luci-mod-httpinfo))
$(eval $(call BuildPackage,olsrd-luci-mod-nameservice))
$(eval $(call BuildPackage,olsrd-luci-mod-secure))
$(eval $(call BuildPackage,olsrd-luci-mod-txtinfo))
$(eval $(call BuildPackage,olsrd-luci-mod-pgraph))
$(eval $(call BuildPackage,olsrd-luci-mod-quagga))