From 0ce6de7adbd5fe6b268e1b8a1422cdfeb7cdebf5 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 14 Apr 2014 12:22:53 +0000 Subject: Add chunk morphologies to definitions repository --- chunks/rpcbind.morph | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 chunks/rpcbind.morph (limited to 'chunks/rpcbind.morph') diff --git a/chunks/rpcbind.morph b/chunks/rpcbind.morph new file mode 100644 index 00000000..d43e6e77 --- /dev/null +++ b/chunks/rpcbind.morph @@ -0,0 +1,13 @@ +name: rpcbind +kind: chunk +repo: upstream:rpcbind +ref: aa3ac0d86c258d3e355ae59df31a96da795ecdfa +build-system: autotools +configure-commands: +- NOCONFIGURE=1 ./autogen.sh +- ./configure --prefix="$PREFIX" --enable-libwrap --with-rpcuser=nobody --enable-warmstarts +install-commands: +- make DESTDIR="$DESTDIR" install +- mkdir -p "$DESTDIR"/lib/systemd/system +- install -m644 rpcbind.service "$DESTDIR"/lib/systemd/system +- install -m644 rpcbind.socket "$DESTDIR"/lib/systemd/system -- cgit v1.2.1