forked from ports/contrib
filezilla: 3.1.6 -> 3.2.0
This commit is contained in:
parent
775925f672
commit
9aa7a14eda
filezilla
@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/share/filezilla/resources/16x16/
|
||||
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/ascii.png
|
||||
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/auto.png
|
||||
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/binary.png
|
||||
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/bookmark.png
|
||||
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/cancel.png
|
||||
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/compare.png
|
||||
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/disconnect.png
|
||||
|
@ -1 +1 @@
|
||||
c72dffb9a56086f7d94cba045035d77e FileZilla_3.1.6_src.tar.bz2
|
||||
b57fa73db4028b81efc275b911cfc3c2 FileZilla_3.2.0_src.tar.bz2
|
||||
|
@ -4,13 +4,18 @@
|
||||
# Depends on: wxgtk libidn gnutls
|
||||
|
||||
name=filezilla
|
||||
version=3.1.6
|
||||
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 --prefix=/usr
|
||||
./configure \
|
||||
--mandir=/usr/man \
|
||||
--disable-manualupdatecheck \
|
||||
--disable-static \
|
||||
--without-dbus \
|
||||
--prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share/locale
|
||||
|
Loading…
x
Reference in New Issue
Block a user