SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tint2"

# SliTaz package receipt.

PACKAGE="tint2"
VERSION="0.11"
CATEGORY="misc"
SHORT_DESC="taskbar and panel"
MAINTAINER="jozee@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://tint2.googlecode.com/files/"
WGET_URL="$WEB_SITE/$TARBALL"
CONFIG_FILES="/etc/xdg/tint2/tint2rc"
TAGS="desktop panel taskbar"

DEPENDS="gtk+ cairo pango glib imlib2 xorg-libXinerama xcb-util freetype"
BUILD_DEPENDS="pygtk-dev cmake pkg-config imlib2-dev xcb-util-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    [ -d build ] || mkdir build
    cd build
    cmake -DCMAKE_INSTALL_PREFIX=/usr ../ &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/etc $fs
    cp -a $_pkg/usr/bin $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)