SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libevent"

# SliTaz package receipt.

PACKAGE="libevent"
VERSION="2.0.13"
CATEGORY="system-tools"
SHORT_DESC="An event notification library."
MAINTAINER="0dddba11@googlemail.com"
TARBALL="$PACKAGE-$VERSION-stable.tar.gz"
WEB_SITE="http://www.monkey.org/~provos/libevent/"
WGET_URL="http://www.monkey.org/~provos/$TARBALL"

DEPENDS="openssl"
BUILD_DEPENDS="openssl-dev"

# Rules to configure and make the package.
compile_rules()
{
    [ -d $PACKAGE-$VERSION-stable ] && mv $PACKAGE-$VERSION-stable $PACKAGE-$VERSION
    cd $src
    ./configure --prefix=/usr \
    --mandir=/usr/share/man $CONFIGURE_ARGS &&
    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
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)