wok diff weechat/receipt @ rev 15100

weechat: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 12:26:59 2013 +0000 (2013-08-14)
parents 92b374c7a36d
children b67414949731
line diff
     1.1 --- a/weechat/receipt	Mon Feb 27 11:00:09 2012 -0800
     1.2 +++ b/weechat/receipt	Wed Aug 14 12:26:59 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="a fast, light and extensible chat client."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 -DEPENDS="ncursesw libgcrypt libgnutls libtasn1 python perl"
     1.8 -BUILD_DEPENDS="perl python pkg-config curl-dev guile-dev gmp-dev"
     1.9 +LICENSE="GPL3"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://weechat.org/"
    1.12  WGET_URL="http://weechat.org/files/src/$TARBALL"
    1.13  TAGS="irc"
    1.14  
    1.15 +DEPENDS="ncursesw libgcrypt libgnutls libtasn1 python perl"
    1.16 +BUILD_DEPENDS="perl python pkg-config curl-dev guile-dev gmp-dev ncursesw-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {	
    1.21 @@ -44,8 +46,8 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 -	cp -a $_pkg/usr/lib $fs/usr
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28 +	cp -a $install/usr/lib $fs/usr
    1.29  	rm -rf $fs/usr/lib/pkgconfig
    1.30  	rm -f $fs/usr/lib/weechat/plugins/*.a
    1.31  	rm -f $fs/usr/lib/weechat/plugins/*.la