wok-next diff filezilla/receipt @ rev 19647
Forgotten changes: libdrm-*, dbus, fontconfig, harfbuzz, libdrm, pixman, xorg-glproto.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 23 00:58:26 2017 +0200 (2017-02-23) |
parents | eadd969eb97a |
children | 2809ecb8c754 |
line diff
1.1 --- a/filezilla/receipt Mon Jan 27 05:41:42 2014 +0000 1.2 +++ b/filezilla/receipt Thu Feb 23 00:58:26 2017 +0200 1.3 @@ -12,13 +12,12 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 TAGS="ftp client" 1.6 1.7 -DEPENDS="wxWidgets gnutls libidn xorg-libXxf86vm libtasn1 sqlite" 1.8 -BUILD_DEPENDS="xdg-utils gettext wxWidgets-dev gnutls-dev libidn-dev sqlite-dev" 1.9 +DEPENDS="wxWidgets28 gnutls libidn xorg-libXxf86vm libtasn1 sqlite" 1.10 +BUILD_DEPENDS="xdg-utils gettext wxWidgets28-dev gnutls-dev libidn-dev sqlite-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./configure \ 1.17 --prefix=/usr \ 1.18 --infodir=/usr/share/info \ 1.19 @@ -35,7 +34,6 @@ 1.20 mkdir -p $fs/usr/share 1.21 cp -a $install/usr/bin $fs/usr 1.22 cp -a $install/usr/share/filezilla $fs/usr/share 1.23 - 1.24 + 1.25 rm -rf $fs/usr/share/fileszilla/docs 1.26 } 1.27 -