milis/talimatname/genel/filezilla/talimat

23 lines
612 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: Hızlı ve güvenilir FTP, FTPS ve SFTP istemcisi
# URL: http://filezilla-project.org
# Packager: milisarge
# Depends on: wxgtk libidn gnutls xdg-utils tinyxml dbus
name=filezilla
version=3.12.0.2
release=1
source=(http://downloads.sourceforge.net/project/$name/FileZilla_Client/$version/FileZilla_${version}_src.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-manualupdatecheck \
--disable-autoupdatecheck \
--disable-static \
--disable-dependency-tracking \
--without-dbus
make
make DESTDIR=$PKG install
}