SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "lxappearance-obconf"

# SliTaz package receipt.

PACKAGE="lxappearance-obconf"
VERSION="0.2.3"
CATEGORY="x-window"
TAGS="LXDE"
SHORT_DESC="LXDE GTK+ theme switcher (plugin)."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://lxde.org/"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$SF_MIRROR/lxde/$TARBALL"

DEPENDS="lxappearance openbox"
BUILD_DEPENDS="expat-dev fontconfig-dev glib-dev gtk+-dev \
    libxcb-dev libxml2-dev lxappearance-dev openbox-dev \
    util-linux-uuid-dev xorg-libSM-dev xorg-libXft-dev \
    xorg-libXinerama-dev xorg-libXrandr-dev"

HOST_ARCH="i486 arm"

current_version()
{
    wget -O - https://sourceforge.net/projects/lxde/files/LXAppearance%20Obconf/ 2>/dev/null | \
    sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        --sysconfdir=/etc    \
        $CONFIGURE_ARGS &&
    make -j 1 &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share

    cp -a $install/usr/lib            $fs/usr
    cp -a $install/usr/share/lxappearance    $fs/usr/share

    rm -f $fs/usr/lib/lxappearance/plugins/*.*a
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)