From 187ba370f9f7ec67409044ac452d9176329741da Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 27 Sep 2021 16:33:20 +0300 Subject: transmission: add new package at 3.00 --- community/transmission/build | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 community/transmission/build (limited to 'community/transmission/build') diff --git a/community/transmission/build b/community/transmission/build new file mode 100755 index 00000000..85fda36c --- /dev/null +++ b/community/transmission/build @@ -0,0 +1,16 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --mandir=/usr/share/man \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-nls \ + --enable-daemon \ + --enable-utp \ + --without-systemd-daemon \ + --without-gtk + +make LDFLAGS=-all-static +make DESTDIR="$1" install -- cgit v1.2.3