SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "avant-window-navigator"

# SliTaz package receipt.

PACKAGE="avant-window-navigator"
VERSION="0.4.0"
CATEGORY="x-window"
SHORT_DESC="Dock-like bar which sits at the bottom of the screen."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://launchpad.net/awn/"
WGET_URL="https://launchpad.net/awn/${VERSION%.*}/$VERSION/+download/$TARBALL"
TAGS="panel"

DEPENDS="acl dbus-glib librsvg libwnck xorg-xcompmgr libgtop \
libdesktop-agnostic"
BUILD_DEPENDS="librsvg-dev libwnck-dev pygtk-dev python-xdg intltool \
dbus-glib-dev python-dev libdesktop-agnostic-dev libgtop-dev GConf-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/p12tic/awn/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    # Binutils 2.22 break many packages build without LDFLAGS set correctly.
    export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"

    ./configure \
        --prefix=/usr \
        --sysconfdir=/etc \
        --with-desktop=agnostic \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib $fs/usr/share
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/lib/*.so* $fs/usr/lib
    cp -a $install/usr/share/$PACKAGE $fs/usr/share
    cp -a $install/usr/share/applications $fs/usr/share
    cp -a $install/usr/share/icons $fs/usr/share
    # Custom autostart script so we ensure xcompmgr is also started.
    cat > $fs/usr/bin/awn-autostart << _EOT_
#!/bin/sh
xcompmgr &
sleep 4
avant-window-navigator
_EOT_
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)