SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "startup-notification"

# SliTaz package receipt.

PACKAGE="startup-notification"
VERSION="0.12"
CATEGORY="x-window"
SHORT_DESC="Startup notification protocol"
MAINTAINER="erjo@slitaz.org"
LICENSE="LGPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://freedesktop.org/software/startup-notification/releases/"
WGET_URL="${WEB_SITE}$TARBALL"
HOST_ARCH="i486 arm"

DEPENDS="xcb-util xorg-libSM xorg-libX11"
BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    export lf_cv_sane_realloc=yes
    ./configure \
        --prefix=/usr \
        $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
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)