summaryrefslogtreecommitdiff
path: root/elements/nfs/nfs-utils.bst
blob: 09fac488a8f9c4ad62d760020297982cebca8188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kind: autotools
depends:
- foundation.bst
- nfs/libevent.bst
- nfs/ti-rpc.bst
sources:
- kind: git
  url: upstream:nfs-utils
  track: baserock/master
  ref: 0da9f20a22bb32b2da6b587b4e85dafde087c0f7
config:
  configure-commands:
  - NOCONFIGURE=1 ./autogen.sh
  - ./configure --prefix="%{prefix}" --disable-nfsv4 --disable-nfsv41 --disable-gss
    --with-rpcgen=internal --without-tcp-wrappers
  install-commands:
  - make DESTDIR="%{install-root}" install
  - mkdir -p "%{install-root}"/lib/systemd/system
  - install -m644 proc-fs-nfsd.mount "%{install-root}"/lib/systemd/system
  - install -m644 nfs-mountd.service "%{install-root}"/lib/systemd/system
  - install -m644 nfs-server.service "%{install-root}"/lib/systemd/system