contrib/filezilla/Pkgfile
2011-11-29 21:47:27 +01:00

27 lines
731 B
Plaintext

# Description: ftp client
# URL: http://filezilla-project.org
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: wxgtk libidn gnutls xdg-utils tinyxml
name=filezilla
version=3.5.2
release=1
source=(http://downloads.sourceforge.net/project/$name/FileZilla_Client/$version/FileZilla_${version}_src.tar.bz2
gnutls-3.patch)
build() {
cd $name-$version
# quickly stolen from arch people
patch -p1 -i ../gnutls-3.patch
./configure \
--mandir=/usr/man \
--disable-manualupdatecheck \
--disable-static \
--disable-locales \
--prefix=/usr \
--without-dbus
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}