SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "matchbox-panel"

# SliTaz package receipt.

PACKAGE="matchbox-panel"
VERSION="0.9.3"
CATEGORY="x-window"
SHORT_DESC="Matchbox panel."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://matchbox-project.org/"
WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"

DEPENDS="gtk+ startup-notification libmatchbox wireless_tools"
BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev wireless_tools-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    #--enable-small-icons
    #--enable-acpi-linux
    ./configure \
        $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/share/applications $fs/usr/share
    cp -a $install/usr/share/pixmaps $fs/usr/share
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)