wok 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 954223c4631d
children 09d3b153d4ed
files tty-clock/receipt weechat/receipt
line diff
     1.1 --- a/tty-clock/receipt	Wed Aug 14 12:20:24 2013 +0000
     1.2 +++ b/tty-clock/receipt	Wed Aug 14 12:26:59 2013 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Analog ncurses clock."
     1.5  MAINTAINER="paul@slitaz.org"
     1.6  WEB_SITE="http://github.com/xorg62/tty-clock"
     1.7 +TARBALL="PACKAGE-$VERSION.tgz"
     1.8  TAGS="clock"
     1.9  WGET_URL="git|$WEB_SITE.git"
    1.10  
     2.1 --- a/weechat/receipt	Wed Aug 14 12:20:24 2013 +0000
     2.2 +++ b/weechat/receipt	Wed Aug 14 12:26:59 2013 +0000
     2.3 @@ -5,13 +5,15 @@
     2.4  CATEGORY="network"
     2.5  SHORT_DESC="a fast, light and extensible chat client."
     2.6  MAINTAINER="rocky@slitaz.org"
     2.7 -DEPENDS="ncursesw libgcrypt libgnutls libtasn1 python perl"
     2.8 -BUILD_DEPENDS="perl python pkg-config curl-dev guile-dev gmp-dev"
     2.9 +LICENSE="GPL3"
    2.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.11  WEB_SITE="http://weechat.org/"
    2.12  WGET_URL="http://weechat.org/files/src/$TARBALL"
    2.13  TAGS="irc"
    2.14  
    2.15 +DEPENDS="ncursesw libgcrypt libgnutls libtasn1 python perl"
    2.16 +BUILD_DEPENDS="perl python pkg-config curl-dev guile-dev gmp-dev ncursesw-dev"
    2.17 +
    2.18  # Rules to configure and make the package.
    2.19  compile_rules()
    2.20  {	
    2.21 @@ -44,8 +46,8 @@
    2.22  genpkg_rules()
    2.23  {
    2.24  	mkdir -p $fs/usr
    2.25 -	cp -a $_pkg/usr/bin $fs/usr
    2.26 -	cp -a $_pkg/usr/lib $fs/usr
    2.27 +	cp -a $install/usr/bin $fs/usr
    2.28 +	cp -a $install/usr/lib $fs/usr
    2.29  	rm -rf $fs/usr/lib/pkgconfig
    2.30  	rm -f $fs/usr/lib/weechat/plugins/*.a
    2.31  	rm -f $fs/usr/lib/weechat/plugins/*.la