SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libayatana-indicator-gtk2"

# SliTaz package receipt.

PACKAGE="libayatana-indicator-gtk2"
SOURCE="libayatana-indicator"
VERSION="0.9.4"
CATEGORY="system-tools"
SHORT_DESC="Ayatana Indicators shared library GTK2."
MAINTAINER="shann@slitaz.org"
LICENSE="LGPL2.1"
WEB_SITE="https://github.com/AyatanaIndicators/libayatana-indicator/"

TARBALL="$SOURCE-$VERSION.tar.xz"
WGET_URL="https://github.com/AyatanaIndicators/$SOURCE/archive/refs/tags/$VERSION.tar.gz"

DEPENDS="gdk-pixbuf gtk+"
BUILD_DEPENDS="cmake gtk+-dev gobject-introspection-dev"

HOST_ARCH="x86_64"

compile_rules()
{
    mkdir build && cd build
    cmake                \
        -DCMAKE_BUILD_TYPE=Release    \
        -DCMAKE_INSTALL_PREFIX=/usr    \
        -DENABLE_BINDINGS_MONO=OFF    \
        -DENABLE_GTKDOC=OFF        \
        -DFLAVOUR_GTK2=ON        \
    .. &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib*/*.so* $fs/usr/lib
}
6107 packages and 261132 files in current database (Mon Jul 7 00:01:25 2025)