wok view sbxkb/receipt @ rev 17670

Add missing -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 17 09:42:47 2015 +0100 (2015-02-17)
parents 2b9f96603415
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="sbxkb"
4 VERSION="0.7.6"
5 CATEGORY="utilities"
6 SHORT_DESC="Simple tray XKB indicator"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://sourceforge.net/projects/staybox/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/staybox/$TARBALL"
13 DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base \
14 gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango \
15 pixman xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
16 xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
17 xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
18 BUILD_DEPENDS="gtk+-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
24 ./configure $CONFIGURE_ARGS && make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }