wok diff filezilla/receipt @ rev 10425

pkg-config: moved depeneds. NOTE: pkg-config is part of slitaz toolchain extras so depends and build depends matter for cookorder to be right.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 13:52:23 2011 +0000 (2011-05-24)
parents 46acda958bcb
children e23f1fad309f
line diff
     1.1 --- a/filezilla/receipt	Thu Mar 31 18:00:01 2011 +0000
     1.2 +++ b/filezilla/receipt	Tue May 24 13:52:23 2011 +0000
     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.