SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libee"

# SliTaz package receipt.

PACKAGE="libee"
VERSION="0.4.1"
CATEGORY="system-tools"
SHORT_DESC="An Event Expression Library inspired by CEE."
MAINTAINER="erjo@slitaz.org"
LICENSE="LGPL2.1"
WEB_SITE="http://www.libee.org/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="${WEB_SITE}files/download/$TARBALL"

DEPENDS="libestr"
BUILD_DEPENDS="libestr-dev automake"

# What is the latest version available today?
current_version()
{
    wget -O - http://www.libee.org/download/ 2>/dev/null | \
    sed '/Download file/!d;s|.*libee ||;s|<.*||' | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    # 0.4.1 not required
    # Patch from http://www.gossamer-threads.com/lists/rsyslog/users/4600
    # patch -p 1 < $stuff/libee-build-fix.patch

    ./configure            \
        --disable-testbench    \
        $CONFIGURE_ARGS &&
    make -j 1 &&
    make install
    # Do not remove "-j 1" !
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    sbin
    cook_copy_files        *.so*
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)