SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "matchbox-panel-manager"

# SliTaz package receipt.

PACKAGE="matchbox-panel-manager"
VERSION="0.1"
CATEGORY="x-window"
SHORT_DESC="Matchbox Panel Manager."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://matchbox-project.org/"
WGET_URL="http://downloads.yoctoproject.org/releases/matchbox/$PACKAGE/$VERSION/$TARBALL"

DEPENDS="gtk+ matchbox-panel"
BUILD_DEPENDS="gtk+-dev"

# What is the latest version available today?
current_version()
{
    wget -O - http://mirrors.kernel.org/yocto/matchbox/matchbox-panel-manager/$( \
    wget -O - http://mirrors.kernel.org/yocto/matchbox/matchbox-panel-manager/ 2>/dev/null | \
    sed '/href="[0-9]/!d;s|.*="||;s|/.*||' | sort -Vr | sed q)/ 2>/dev/null | \
    sed '/href="matchbox-panel-manager-[0-9]/!d;s|.*="matchbox-panel-manager-||;s|.tar.*||' | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    ./configure $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/share $fs/usr
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)