X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Funfs3%2FMakefile;h=3764aae3a8f9519dd6053c946b1d649d8da99fb5;hp=2dfb74d4fdfad1c0a95f6f6507c6e71ca2a99bb1;hb=2216dbf4f065c4818bee971138e7e6a2efc10f36;hpb=00c5a36c73a846f489690beb2140773435e9fb1c diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 2dfb74d4fd..3764aae3a8 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unfs3 PKG_VERSION:=0.9.22 -PKG_RELEASE:=1 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -23,7 +23,7 @@ define Package/unfs3 SECTION:=net CATEGORY:=Network SUBMENU:=Filesystem - DEPENDS:=+portmap + DEPENDS:=+portmap $(LIBRPC_DEPENDS) TITLE:=User-space NFSv3 Server URL:=http://unfs3.sourceforge.net/ endef @@ -47,4 +47,8 @@ define Package/unfs3/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/unfsd $(1)/usr/sbin endef +define Package/unfs3/conffiles +/etc/exports +endef + $(eval $(call BuildPackage,unfs3))