wok diff filezilla/receipt @ rev 19706
audit: disable some preinstalled packages
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 22:13:07 2017 +0100 (2017-02-14) |
parents | eadd969eb97a |
children | d37d15244372 |
line diff
1.1 --- a/filezilla/receipt Mon Jan 27 05:41:42 2014 +0000 1.2 +++ b/filezilla/receipt Tue Feb 14 22:13:07 2017 +0100 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 -