SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "qarma"

# SliTaz package receipt.

PACKAGE="qarma"
GITHASH="cdb5319c6e90a045012b9b2059e507b6721e67ba"
VERSION=${GITHASH:0:7}
CATEGORY="utilities"
SHORT_DESC="Zenity Clone for Qt4/Qt5"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://github.com/luebking/qarma"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/luebking/qarma/archive/$GITHASH.tar.gz"

DEPENDS="libQtDBus libQtGui"
BUILD_DEPENDS="Qt4-dev qmake xorg-libX11-dev wget"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    qmake
    make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    install -Dm755 $src/qarma $fs/usr/bin/qarma
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)