diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-09 17:45:21 +0000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-10 00:05:22 -1000 |
commit | 9a3f2f13b8f7fa6373a091c96bb7c221baa070d9 (patch) | |
tree | 2fcb0cc938dc6368063f4b225dbfe324592fa085 /data/transmission/make.sh | |
parent | 9626d47fd04410fcf0e634e326015ff44203fdc3 (diff) |
Added Transmission.
Diffstat (limited to 'data/transmission/make.sh')
-rw-r--r-- | data/transmission/make.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/transmission/make.sh b/data/transmission/make.sh new file mode 100644 index 000000000..5b9a53a50 --- /dev/null +++ b/data/transmission/make.sh @@ -0,0 +1,7 @@ +pkg:setup +pkg:configure --disable-mac --disable-nls --without-gtk --enable-cli --enable-daemon \ + LDFLAGS="${LDFLAGS} -framework Foundation -liconv" \ + ZLIB_LIBS="-lz" ZLIB_CFLAGS='-I/dev/null' +# There's no pkg-config file for zlib, just skip it. +pkg:make +pkg:install |