milis/talimatname/genel/transmission/talimat

23 lines
565 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Komut satırı ve web kullanıcı arayüzü ile BitTorrent istemcisi/arka plan programı
# URL: https://transmissionbt.com/
# Packager: milisarge
# Depends on: curl libevent gtk3 intltool
name=transmission
version=2.92
release=1
source=(https://download.transmissionbt.com/files/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-cli \
--enable-daemon \
--with-gtk
make
make DESTDIR=$PKG install
rm $PKG/usr/share/transmission/web/LICENSE
}