summaryrefslogtreecommitdiff
path: root/elements/nfs/rpcbind.bst
blob: 36d9c37e048e0db1fbd9b9280b39420f13b91bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: autotools
depends:
- foundation.bst
- nfs/ti-rpc.bst
sources:
- kind: git
  url: upstream:rpcbind
  track: baserock/master
  ref: aa3ac0d86c258d3e355ae59df31a96da795ecdfa
config:
  configure-commands:
  - NOCONFIGURE=1 ./autogen.sh
  - ./configure --prefix="%{prefix}" --with-rpcuser=nobody --enable-warmstarts
  install-commands:
  - make DESTDIR="%{install-root}" install
  - mkdir -p "%{install-root}"/lib/systemd/system
  - install -m644 rpcbind.service "%{install-root}"/lib/systemd/system
  - install -m644 rpcbind.socket "%{install-root}"/lib/systemd/system