wok-next view xfce4-terminal/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 6d367d984b77
children 690e7cc036d5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-terminal"
4 VERSION="0.6.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://goodies.xfce.org/projects/applications/terminal"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev gtk+-dev vte-gtk2-dev \
15 libxfce4ui-dev xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev"
17 compile_rules(){
18 # warning: internationalized messages should not contain the '\r' escape sequence
19 sed -i 's|\\r||g' po/hr.po po/sv.po
21 ./configure \
22 --disable-debug \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="atk gdk-pixbuf glib gtk+ libxfce4ui libxfce4util pango vte-gtk2 \
32 xorg-libX11"
33 TAGS="Xfce terminal"
34 }