1
0
forked from ports/contrib

filezilla: 3.6.0.2 -> 3.7.3

This commit is contained in:
Bartlomiej Palmowski 2013-08-10 19:06:48 +02:00
parent 81f692cac1
commit be6b878722
2 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
d56773feafb85c216813bbda87838db0 FileZilla_3.6.0.2_src.tar.bz2
df7828739a852ac3adbc1c010303115d FileZilla_3.7.3_src.tar.bz2

View File

@ -4,20 +4,22 @@
# Depends on: wxgtk libidn gnutls xdg-utils tinyxml
name=filezilla
version=3.6.0.2
version=3.7.3
release=1
source=(http://downloads.sourceforge.net/project/$name/FileZilla_Client/$version/FileZilla_${version}_src.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-manualupdatecheck \
--disable-static \
--disable-autoupdatecheck \
--disable-locales \
--prefix=/usr \
--disable-static \
--disable-dependency-tracking \
--without-dbus
make
time make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}