SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "slim-theme-pilar"

# SliTaz package receipt.

PACKAGE="slim-theme-pilar"
VERSION="1.0-20130609"
CATEGORY="customization"
SHORT_DESC="Pilar - theme for SLiM"
MAINTAINER="holkfoor@gmail.com"
LICENSE="CC-BY"
WEB_SITE="http://www.slitaz.org/"
COOKOPTS="!pngquant"

DEPENDS="slim slitaz-configs-base"
BUILD_DEPENDS=""

# Rules to configure and make the package.
compile_rules()
{
    theme=$install/usr/share/slim/themes/pilar
    mkdir -p $theme
    cp -a $stuff/* $theme
}

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

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

pre_remove()
{
    chroot "$1/" slim-theme -fpilar
}
6047 packages and 209931 files in current database (Mon Jul 1 15:25:36 2024)