wok annotate sbxkb/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents 86790a278e70
children e919c5a2742d
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"
pascal@21519 9 WEB_SITE="https://web.archive.org/web/20110515003801/https://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 }