summaryrefslogtreecommitdiff
path: root/strata/erlang/erlang-sd_notify.morph
blob: 40a1520282c30372ed6dad55389ad08625f3376b (plain)
1
2
3
4
5
6
7
8
9
name: erlang
kind: chunk
build-commands:
# https://apps.fedoraproject.org/packages/erlang-sd_notify/sources/spec
- 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