summaryrefslogtreecommitdiff
path: root/homebrew/transmission/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/transmission/.make.sh-auto')
-rw-r--r--homebrew/transmission/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/transmission/.make.sh-auto b/homebrew/transmission/.make.sh-auto
new file mode 100644
index 000000000..f07249019
--- /dev/null
+++ b/homebrew/transmission/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV.append "LDFLAGS", "-framework Foundation -prebind"
+ENV.append "LDFLAGS", "-liconv"
+args = %W[--disable-dependency-tracking --prefix=#{prefix} --disable-mac --disable-nls --without-gtk ]
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install
+(var/"transmission").mkpath