X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fhowl%2FMakefile;h=4b69fc030ba07d0fc182d86c11191bd27ec92337;hp=0cf68b420ac05834c257ec0f68062b0d1e06440e;hb=a62aa866908b0db1cbd9668f5e02d72a80d23066;hpb=25b680300e4045f2715128a41efe215ec8689568 diff --git a/libs/howl/Makefile b/libs/howl/Makefile index 0cf68b420a..4b69fc030b 100644 --- a/libs/howl/Makefile +++ b/libs/howl/Makefile @@ -36,7 +36,6 @@ define Package/libhowl endef define Package/libhowl/description - Howl is a cross-platform implementation of Zeroconf networking. This package contains the Howl shared libraries, used by other programs. endef @@ -48,7 +47,6 @@ define Package/howl-autoipd endef define Package/howl-autoipd/description - Howl is a cross-platform implementation of Zeroconf networking. This package contains an IPv4 Link-Local address self-assigner daemon. endef @@ -60,7 +58,6 @@ define Package/howl-mdnsresponder endef define Package/howl-mdnsresponder/description - Howl is a cross-platform implementation of Zeroconf networking. This package contains an mDNS (Multicast DNS) service responder daemon. endef @@ -76,8 +73,6 @@ define Package/howl-nifd endef define Package/howl-nifd/description - - This package contains a network interface monitor daemon. endef @@ -88,8 +83,6 @@ define Package/howl-utils endef define Package/howl-utils/description - - This package contains mDNS (Multicast DNS) client utilities. endef @@ -117,12 +110,6 @@ define Build/InstallDev $(SED) 's,-L/usr/lib/howl,-L$$$${libdir}/howl,g' $(1)/usr/lib/pkgconfig/howl.pc endef -define Build/UninstallDev - rm -rf $(STAGING_DIR)/usr/include/howl \ - $(STAGING_DIR)/usr/lib/lib{howl,mDNSResponder}.{a,so*} \ - $(STAGING_DIR)/usr/lib/pkgconfig/howl.pc -endef - define Package/libhowl/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{howl,mDNSResponder}.so.* $(1)/usr/lib/ @@ -130,14 +117,14 @@ endef define Package/howl-autoipd/install $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/autoipd $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/autoipd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DATA) ./files/autoipd.init $(1)/etc/init.d/autoipd endef - + define Package/howl-mdnsresponder/install $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/mDNSResponder $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mDNSResponder $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc $(INSTALL_DATA) ./files/mDNSResponder.conf $(1)/etc/mDNSResponder.conf $(INSTALL_DIR) $(1)/etc/init.d @@ -146,16 +133,16 @@ endef define Package/howl-nifd/install $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/nifd $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nifd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DATA) ./files/nifd.init $(1)/etc/init.d/nifd endef - + define Package/howl-utils/install $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/mDNS{Browse,Publish,Query,Resolve} $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mDNS{Browse,Publish,Query,Resolve} $(1)/usr/bin/ endef - + $(eval $(call BuildPackage,libhowl)) $(eval $(call BuildPackage,howl-autoipd)) $(eval $(call BuildPackage,howl-mdnsresponder))