2008-11-01 18:31:26 +01:00
|
|
|
# Description: ftp client
|
|
|
|
# URL: http://filezilla-project.org
|
2009-01-10 14:30:03 +01:00
|
|
|
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
|
2008-11-01 18:31:26 +01:00
|
|
|
# Depends on: wxgtk libidn gnutls
|
|
|
|
|
|
|
|
name=filezilla
|
2008-12-30 20:58:31 +01:00
|
|
|
version=3.1.6
|
2008-11-01 18:31:26 +01:00
|
|
|
release=1
|
|
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/FileZilla_${version}_src.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2008-12-30 20:58:31 +01:00
|
|
|
./configure --mandir=/usr/man --disable-manualupdatecheck --disable-static --prefix=/usr
|
2008-11-01 18:31:26 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -rf $PKG/usr/share/locale
|
|
|
|
}
|