wok-6.x diff hexchat/receipt @ rev 17441
Up bind (9.9.6-P1) CVE-2014-8500
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 09 18:22:52 2014 +0100 (2014-12-09) |
parents | 2cfe2a9f1d5b |
children | ec1c047ea51f |
line diff
1.1 --- a/hexchat/receipt Sun Mar 30 18:53:26 2014 +0000 1.2 +++ b/hexchat/receipt Tue Dec 09 18:22:52 2014 +0100 1.3 @@ -6,34 +6,33 @@ 1.4 SHORT_DESC="IRC client using GTK+" 1.5 MAINTAINER="lenios@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://hexchat.github.io/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.9 -WEB_SITE="http://hexchat.github.io/" 1.10 WGET_URL="http://dl.hexchat.net/hexchat/$TARBALL" 1.11 1.12 -DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage python" 1.13 +DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage python" 1.14 BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info python-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd $src 1.20 - ./configure --prefix=/usr \ 1.21 - --infodir=/usr/share/info \ 1.22 - --mandir=/usr/share/man \ 1.23 - --disable-plugin \ 1.24 - --disable-tcl \ 1.25 - --enable-spell=static \ 1.26 - --enable-ipv6 \ 1.27 - $CONFIGURE_ARGS && 1.28 - make && 1.29 - make DESTDIR=$DESTDIR install 1.30 + ./configure \ 1.31 + --prefix=/usr \ 1.32 + --infodir=/usr/share/info \ 1.33 + --mandir=/usr/share/man \ 1.34 + --disable-plugin \ 1.35 + --disable-tcl \ 1.36 + --enable-spell=static \ 1.37 + --enable-ipv6 \ 1.38 + $CONFIGURE_ARGS && 1.39 + make && 1.40 + make DESTDIR=$DESTDIR install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 - mkdir -p $fs/usr \ 1.47 - $fs/usr/share 1.48 - cp -a $install/usr/bin $fs/usr 1.49 - # cp -a $install/usr/share/dbus-1 $fs/usr/share 1.50 + mkdir -p $fs/usr 1.51 + cp -a $install/usr/bin $fs/usr 1.52 + # cp -a $install/usr/share/dbus-1 $fs/usr/share 1.53 }