SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "conky"

# SliTaz package receipt.

PACKAGE="conky"
VERSION="1.8.1"
CATEGORY="system-tools"
SHORT_DESC="Simple and very light system monitor."
MAINTAINER="pankso@slitaz.org"
DEPENDS="expat fontconfig freetype glib xorg-libX11 xorg-libXau \
xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
xorg-libXft xorg-libXrender zlib ncursesw"
BUILD_DEPENDS="$DEPENDS xorg-libXdamage-dev xorg-libXft-dev fontconfig-dev expat-dev glib glib-dev pkg-config zlib-dev freetype-dev xorg-xextproto xorg-damageproto xorg-fixesproto ncursesw-dev"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://conky.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
TAGS="desktop monitoring"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --sysconfdir=/etc \
        --mandir=/usr/share/man \
        --disable-lua \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$PWD/_pkg install
}

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