23 lines
612 B
Plaintext
23 lines
612 B
Plaintext
# 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
|
||
}
|