summaryrefslogtreecommitdiff
path: root/strata/openstack-services/erlang-sd_notify.morph
blob: dd3f66ca6cc7d61c8c9d3016f8b95d7ebe022fd2 (plain)
1
2
3
4
5
6
7
8
name: erlang-sd_notify
kind: chunk
build-commands:
- LDFLAGS=-lsystemd REBAR_FLAGS="--verbose 2" make
install-commands:
- install -D -m 644 -p ebin/sd_notify.app "$DESTDIR$PREFIX"/lib/erlang/lib/sd_notify-0.1/ebin/sd_notify.app
- install -D -m 644 -p ebin/sd_notify.beam "$DESTDIR$PREFIX"/lib/erlang/lib/sd_notify-0.1/ebin/sd_notify.beam
- install -D -m 755 -p priv/sd_notify_drv.so "$DESTDIR$PREFIX"/lib/erlang/lib/sd_notify-0.1/priv/sd_notify_drv.so