SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "polkit-qt"

# SliTaz package receipt.

PACKAGE="polkit-qt"
VERSION="0.103.0"
CATEGORY="system-tools"
SHORT_DESC="Library that allows to access PolicyKit API with a nice Qt-style API"
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL2.1"
TARBALL="$PACKAGE-1-$VERSION.tar.bz2"
WEB_SITE="https://kde.org/"
WGET_URL="https://download.kde.org/stable/apps/KDE4.x/admin/$TARBALL"

DEPENDS="polkit"
BUILD_DEPENDS="qmake Qt4-dev automoc4 polkit-dev libgio-dev glib-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/KDE/polkit-qt-1/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    mkdir -p $src/build
    cd $src/build
    cmake \
        -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_INSTALL_PREFIX=/usr .. &&
    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
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)