X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fsoftflowd%2FMakefile;h=766b2dc0c82dbf75593cb3c7c01e6b3ed7b5735e;hp=00707836417bd04eabcbcabe6f582bd2d778ba1b;hb=2216dbf4f065c4818bee971138e7e6a2efc10f36;hpb=3e6eb825b6c668c267fe1f7ef9220569948a4093 diff --git a/net/softflowd/Makefile b/net/softflowd/Makefile index 0070783641..766b2dc0c8 100644 --- a/net/softflowd/Makefile +++ b/net/softflowd/Makefile @@ -1,21 +1,22 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=softflowd PKG_VERSION:=0.9.8 -PKG_RELEASE:=1 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.mindrot.org/files/softflowd/ PKG_MD5SUM:=0054d1c80494396cc15edb0a1c7748b1 +PKG_FIXUP = libtool + include $(INCLUDE_DIR)/package.mk define Package/softflowd @@ -30,13 +31,7 @@ define Package/softflowd/description Software netflow exporter endef -define Build/Configure - $(call Build/Configure/Default) - $(call libtool_disable_rpath) -endef - define Build/Compile - $(call libtool_fixup_libdir,$(PKG_INSTALL_DIR)) $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" softflowd softflowctl endef @@ -50,4 +45,8 @@ define Package/softflowd/install $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef +define Package/softflowd/conffiles +/etc/config/softflowd +endef + $(eval $(call BuildPackage,softflowd))