diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-04-23 20:47:39 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:28:47 -0300 |
commit | 9ba290b047c18a49f6bf7a43ea4af27cb01435df (patch) | |
tree | 8a94c9df9dd75e8c82fc75d44f1a700b524502f0 /libraries/libnfs/README | |
parent | 1dfe91d6031b297671cf4eec8e60cd7eb741c0e2 (diff) | |
download | slackbuilds-9ba290b047c18a49f6bf7a43ea4af27cb01435df.tar.gz |
libraries/libnfs: Updated for version 1.5.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libnfs/README')
-rw-r--r-- | libraries/libnfs/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/libnfs/README b/libraries/libnfs/README index 7a0ddec909..a6f93a1052 100644 --- a/libraries/libnfs/README +++ b/libraries/libnfs/README @@ -1,5 +1,6 @@ LIBNFS is a client library for accessing NFS shares over a network. -Note: when downloading with wget or through sbopkg, add the -'--content-disposition' flag to get proper tarball. Otherwise, -it will just be downloaded as libcec-$VERSION. :/ +Optionally libnfs can use libtirpc. To use libtirpc with libnfs +install libtirpc and then run the slackbuild as with the following +argument. + # LIBTIRPC=yes ./libnfs.SlackBuild |