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