milis/talimatname/genel/t/transmission/talimat

24 lines
562 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.

# Tanım: Komut satırı ve web kullanıcı arayüzü ile BitTorrent istemcisi/arka plan programı
# URL: https://transmissionbt.com/
# Paketçi: milisarge
# Gerekler: curl libevent gtk3 intltool
# Grup: ağ
isim=transmission
surum=2.92
devir=1
kaynak=(https://download.transmissionbt.com/files/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--enable-cli \
--enable-daemon \
--with-gtk
make
make DESTDIR=$PKG install
rm $PKG/usr/share/transmission/web/LICENSE
}