wok annotate hexchat/receipt @ rev 16885
Strip deps: gettext -> gettext-base.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jul 13 23:12:56 2014 +0300 (2014-07-13) |
parents | 2cfe2a9f1d5b |
children | ec1c047ea51f |
rev | line source |
---|---|
devl547@16176 | 1 # SliTaz package receipt. |
devl547@16176 | 2 |
devl547@16176 | 3 PACKAGE="hexchat" |
devl547@16176 | 4 VERSION="2.9.6.1" |
devl547@16176 | 5 CATEGORY="network" |
devl547@16176 | 6 SHORT_DESC="IRC client using GTK+" |
devl547@16176 | 7 MAINTAINER="lenios@slitaz.org" |
devl547@16176 | 8 LICENSE="GPL2" |
al@16885 | 9 WEB_SITE="http://hexchat.github.io/" |
devl547@16176 | 10 TARBALL="$PACKAGE-$VERSION.tar.xz" |
devl547@16176 | 11 WGET_URL="http://dl.hexchat.net/hexchat/$TARBALL" |
devl547@16176 | 12 |
al@16885 | 13 DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage python" |
devl547@16176 | 14 BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info python-dev" |
devl547@16176 | 15 |
devl547@16176 | 16 # Rules to configure and make the package. |
devl547@16176 | 17 compile_rules() |
devl547@16176 | 18 { |
al@16885 | 19 ./configure \ |
al@16885 | 20 --prefix=/usr \ |
al@16885 | 21 --infodir=/usr/share/info \ |
al@16885 | 22 --mandir=/usr/share/man \ |
al@16885 | 23 --disable-plugin \ |
al@16885 | 24 --disable-tcl \ |
al@16885 | 25 --enable-spell=static \ |
al@16885 | 26 --enable-ipv6 \ |
al@16885 | 27 $CONFIGURE_ARGS && |
al@16885 | 28 make && |
al@16885 | 29 make DESTDIR=$DESTDIR install |
devl547@16176 | 30 } |
devl547@16176 | 31 |
devl547@16176 | 32 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@16176 | 33 genpkg_rules() |
devl547@16176 | 34 { |
al@16885 | 35 mkdir -p $fs/usr |
al@16885 | 36 cp -a $install/usr/bin $fs/usr |
al@16885 | 37 # cp -a $install/usr/share/dbus-1 $fs/usr/share |
devl547@16176 | 38 } |