contrib/filezilla/Pkgfile
2009-01-23 15:06:06 +01:00

23 lines
564 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
name=filezilla
version=3.2.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/FileZilla_${version}_src.tar.bz2)
build() {
cd $name-$version
./configure \
--mandir=/usr/man \
--disable-manualupdatecheck \
--disable-static \
--without-dbus \
--prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}