SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "econnman"

# SliTaz package receipt.

PACKAGE="econnman"
VERSION="1.1"
CATEGORY="base-system"
TAGS="e enlightenment network"
SHORT_DESC="ConnMan user interface for Enlightenment."
MAINTAINER="domcox@slitaz.org"
LICENSE="LGPL3"
WEB_SITE="https://www.enlightenment.org/"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="https://download.enlightenment.org/rel/apps/$PACKAGE/$TARBALL"

DEPENDS="connman python-ecore python-edbus python-edje python-elementary"
BUILD_DEPENDS="autoconf automake libtool python-edbus-dev python-elementary-dev"

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

# Rules to configure and make the package.
compile_rules()
{
    ./autogen.sh &&
    ./configure --prefix=/usr &&
    make &&
    make DESTDIR="$install" 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)