contrib/filezilla/Pkgfile
Bartlomiej Palmowski fee5b94d64 filezilla: update
2010-02-05 11:06:44 +01:00

24 lines
602 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.3.1
release=1
source=(http://d10xg45o6p6dbl.cloudfront.net/projects/f/$name/FileZilla_${version}_src.tar.bz2)
build() {
cd $name-$version
./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
}