# HG changeset patch # User necrophcodr # Date 1414708068 -3600 # Node ID 49b5c130d94fca318ee1daee3fbaab9f08efa45a # Parent 691a68a89d21daebe484c530ee9c5a4192a9f3ed Update weechat to 1.0.1 (needs further testing, if unstable somehow then downgrade to at most 0.4.3). diff -r 691a68a89d21 -r 49b5c130d94f weechat/receipt --- a/weechat/receipt Thu Oct 30 22:39:29 2014 +0100 +++ b/weechat/receipt Thu Oct 30 23:27:48 2014 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt PACKAGE="weechat" -VERSION="0.3.7" +VERSION="1.0.1" CATEGORY="network" SHORT_DESC="a fast, light and extensible chat client." MAINTAINER="rocky@slitaz.org" @@ -13,32 +13,28 @@ DEPENDS="ncursesw libgcrypt libgnutls libtasn1 python perl" BUILD_DEPENDS="perl python pkg-config curl-dev guile-dev gmp-dev ncursesw-dev \ -libtool" +libtool cmake libgcrypt-dev gnutls-dev" # Rules to configure and make the package. compile_rules() { cd $src - while read file; do - [ -f done.$file ] && continue - echo "Apply $file..." - patch -p1 < $stuff/$file || return 1 - touch done.$file - done <&5 - $as_echo_n "checking whether we have GNU assembler... " >&6; } - GAS=`as --version < /dev/null 2>/dev/null | grep GNU`