summaryrefslogtreecommitdiffstats
path: root/filezilla/Pkgfile
blob: 509b8895d9807640132065e2f50e55b77f752a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Client FTP, FTPS et SFTP
# URL: http://filezilla-project.org/
# Maintainer:  NuTyX Core Team
# Packager: piernov <piernov@piernov.org>
# Depends on: dbus, wxgtk, libidn, hicolor-icon-theme, gnutls, sqlite3
# Run on: dbus,wxgtk,libidn,hicolor-icon-theme,gnutls,sqlite3,xorg-libxinerama

name=filezilla
version=3.5.1
release=1
source=(http://downloads.sourceforge.net/filezilla/FileZilla_${version}_src.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--with-dbus \
		--with-tinyxml=builtin
	make
	make DESTDIR=$PKG install
}