SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "sbxkb"

# SliTaz package receipt.

PACKAGE="sbxkb"
VERSION="0.7.6"
CATEGORY="utilities"
SHORT_DESC="Simple tray XKB indicator"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL3"
WEB_SITE="https://web.archive.org/web/20110515003801/https://sourceforge.net/projects/staybox/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/staybox/$TARBALL"

DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base \
gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango \
pixman xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
BUILD_DEPENDS="gtk+-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/staybox/files/ 2>/dev/null | \
    sed '/scope="row/!d;/sbxkb/!d;s|.*/sbxkb-||;s|.tar.*||;q'
}
# Rules to configure and make the package.
compile_rules()
{
    export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    ./configure $CONFIGURE_ARGS && make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)