wok annotate hexchat/receipt @ rev 16622
mupdf: add debian patch (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 09 07:59:54 2014 +0000 (2014-05-09) |
parents | 50db55539590 |
children | e4fd343fd7b8 |
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" |
devl547@16176 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
devl547@16176 | 10 WEB_SITE="http://hexchat.github.io/" |
devl547@16176 | 11 WGET_URL="http://dl.hexchat.net/hexchat/$TARBALL" |
devl547@16176 | 12 |
devl547@16176 | 13 DEPENDS="gtk+ dbus openssl gettext 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 { |
devl547@16176 | 19 cd $src |
devl547@16176 | 20 ./configure --prefix=/usr \ |
devl547@16176 | 21 --infodir=/usr/share/info \ |
devl547@16176 | 22 --mandir=/usr/share/man \ |
devl547@16176 | 23 --disable-plugin \ |
devl547@16176 | 24 --disable-tcl \ |
devl547@16176 | 25 --enable-spell=static \ |
devl547@16176 | 26 --enable-ipv6 \ |
devl547@16176 | 27 $CONFIGURE_ARGS && |
devl547@16176 | 28 make && |
devl547@16176 | 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 { |
devl547@16176 | 35 mkdir -p $fs/usr \ |
devl547@16176 | 36 $fs/usr/share |
devl547@16176 | 37 cp -a $install/usr/bin $fs/usr |
devl547@16176 | 38 # cp -a $install/usr/share/dbus-1 $fs/usr/share |
devl547@16176 | 39 } |