From: nico Date: Sun, 16 Sep 2007 16:57:12 +0000 (+0000) Subject: just build polipo, not all info and html docs, mark polipo.conf as a conffile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=df217952d1b867bbe98fec45ff67759a2f35d82d;p=packages.git just build polipo, not all info and html docs, mark polipo.conf as a conffile git-svn-id: svn://svn.openwrt.org/openwrt/packages@8807 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/ipv6/polipo/Makefile b/ipv6/polipo/Makefile index e279f465a..6446dacb5 100644 --- a/ipv6/polipo/Makefile +++ b/ipv6/polipo/Makefile @@ -36,15 +36,18 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ CFLAGS="$(TARGET_CFLAGS)" \ - all + polipo +endef + +define Package/polipo/conffiles +/etc/polipo/polipo.conf endef define Package/polipo/install $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/var/cache/$(PKG_NAME) - $(INSTALL_DIR) $(1)/etc/$(PKG_NAME) - $(INSTALL_CONF) $(PKG_BUILD_DIR)/config.sample $(1)/etc/$(PKG_NAME)/$(PKG_NAME).conf + $(INSTALL_BIN) $(PKG_BUILD_DIR)/polipo $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/etc/polipo + $(INSTALL_CONF) $(PKG_BUILD_DIR)/config.sample $(1)/etc/polipo/polipo.conf endef $(eval $(call BuildPackage,polipo))