SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "attica"

# SliTaz package receipt.

PACKAGE="attica"
VERSION="0.4.2"
CATEGORY="system-tools"
SHORT_DESC="Qt library that implements the Open Collaboration Services API."
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL2.1"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://kde.org/"
WGET_URL="https://download.kde.org/stable/$PACKAGE/$TARBALL"

DEPENDS="libQtCore libQtNetwork"
BUILD_DEPENDS="cmake qmake Qt4-dev"

# What is the latest version available today?
current_version()
{
    wget -O - 'https://invent.kde.org/frameworks/attica/-/tags?sort=updated_desc' 2>/dev/null | \
    sed '/item-title/!d;s|.*>v||;s|<.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    mkdir -p build && cd build
    cmake \
        -DCMAKE_INSTALL_PREFIX=/usr \
        .. &&
    make &&
    make DESTDIR=$DESTDIR 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)