diff options
Diffstat (limited to 'homebrew/rtmpdump/.make.sh-auto')
-rw-r--r-- | homebrew/rtmpdump/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/rtmpdump/.make.sh-auto b/homebrew/rtmpdump/.make.sh-auto new file mode 100644 index 000000000..bd3a1bf4b --- /dev/null +++ b/homebrew/rtmpdump/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +ENV.deparallelize +make CC=${PKG_TARG}-clang XCFLAGS=${CFLAGS} XLDFLAGS=${LDFLAGS} MANDIR=${PKG_TAPF}/share/man SYS=darwin prefix=${PKG_TAPF} sbindir=#{bin} DESTDIR=${PKG_DEST} install |