SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "slim-theme-japan-art"

# SliTaz package receipt.

PACKAGE="slim-theme-japan-art"
VERSION="20150603"
CATEGORY="customization"
SHORT_DESC="Japan Art - theme for SLiM"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="PublicDomain"
WEB_SITE="https://web.archive.org/web/20151101010005/http://desktopstylish.tumblr.com/post/120590949085/japan-art-slim-theme-download"
TAGS="hackdorte slim"
COOKOPTS="!pngquant"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"

DEPENDS="slim"
BUILD_DEPENDS=""

# Rules to configure and make the package.
compile_rules()
{
    theme=$install/usr/share/slim/themes/JapanArt
    mkdir -p $theme
    cp -a $src/* $theme
    chown -R root:root $install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}

post_install()
{
    chroot "$1/" slim-theme -s JapanArt
}

pre_remove()
{
    chroot "$1/" slim-theme -f JapanArt
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)