wok-4.x annotate slim-theme-default/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (22 months ago)
parents c61177674d4d
children
rev   line source
pankso@2838 1 # SliTaz package receipt.
pankso@2838 2
pankso@2838 3 PACKAGE="slim-theme-default"
rcx@6055 4 VERSION="1.3.2"
pankso@2838 5 CATEGORY="x-window"
pankso@2838 6 SHORT_DESC="Slim login manager themes pack."
pankso@2838 7 MAINTAINER="pankso@slitaz.org"
pankso@2838 8 DEPENDS="slim"
pankso@2838 9 WANTED="slim"
pankso@2838 10 WEB_SITE="http://slim.berlios.de"
pankso@2838 11
pankso@2838 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2838 13 genpkg_rules()
pankso@2838 14 {
pankso@2838 15 mkdir -p $fs/usr/share/slim
rcx@6055 16 cp -a $_pkg/usr/share/slim/themes $fs/usr/share/slim
pankso@2838 17 }