wok rev 9933

filezilla: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 00:10:05 2011 +0200 (2011-05-18)
parents 7dc24f1ea8ba
children ff74d935a6dc
files filezilla/receipt
line diff
     1.1 --- a/filezilla/receipt	Wed May 18 00:09:49 2011 +0200
     1.2 +++ b/filezilla/receipt	Wed May 18 00:10:05 2011 +0200
     1.3 @@ -5,14 +5,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="FTP Client"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="wxWidgets gnutls libidn xorg-libXxf86vm libtasn1"
     1.8 -BUILD_DEPENDS="xdg-utils gettext"
     1.9  SOURCE="FileZilla"
    1.10  TARBALL="${SOURCE}_${VERSION}_src.tar.bz2"
    1.11  WEB_SITE="http://filezilla-project.org/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  TAGS="ftp client"
    1.14  
    1.15 +DEPENDS="wxWidgets gnutls libidn xorg-libXxf86vm libtasn1"
    1.16 +BUILD_DEPENDS="xdg-utils gettext wxWidgets-dev gnutls-dev libidn-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -24,7 +25,7 @@
    1.22  		--with-tinyxml=builtin \
    1.23  		--without-dbus \
    1.24  		$CONFIGURE_ARGS &&
    1.25 -	make && make DESTDIR=$PWD/_pkg install
    1.26 +	make && make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.