diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-20 09:56:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-20 09:56:39 +0100 |
commit | 7d3fa6ece82fd4f834a928fa764f8db5f8b34d7f (patch) | |
tree | 07f69997bdecf9dfb34ed4c6d83c8a47441bf266 /package/nfs-utils/Makefile | |
parent | 63595c8c3f19a85d105a41da337aa2ca968f4098 (diff) | |
parent | 84af1b9633858c9ef5798c8c8793023044cd9fad (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/nfs-utils/Makefile')
-rw-r--r-- | package/nfs-utils/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile index 31cf3fc29..ac12a8662 100644 --- a/package/nfs-utils/Makefile +++ b/package/nfs-utils/Makefile @@ -4,19 +4,16 @@ include ${TOPDIR}/rules.mk PKG_NAME:= nfs-utils -PKG_VERSION:= 1.2.8 -PKG_RELEASE:= 3 -PKG_MD5SUM:= fb48630b7c145fb9d6602a79c6eaab11 +PKG_VERSION:= 1.2.9 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 18869d16db3f49c053f8c68eba3fe2e0 PKG_DESCR:= Utilities for NFS kernel server implementation PKG_SECTION:= net/fs PKG_DEPENDS:= keyutils libtirpc rpcbind libdevmapper libpthread PKG_FDEPENDS:= $(PKG_DEPENDS) PKG_BUILDDEP:= keyutils libtirpc lvm PKG_URL:= http://sourceforge.net/projects/nfs -# as long as there are tar archives of nfs-utils with object files -# on some sourceforge mirrors -PKG_SITES:= http://openadk.org/distfiles/ -#PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nfs/} +PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nfs/} PKG_LIBC_DEPENDS:= uclibc eglibc glibc |