wok annotate xpenguins_themes/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents 95e835ab9f4c
children 453c249b6219
rev   line source
llevrel@18678 1 # SliTaz package receipt.
llevrel@18678 2
llevrel@18678 3 PACKAGE="xpenguins_themes"
llevrel@18678 4 VERSION="1.0"
llevrel@18678 5 CATEGORY="misc"
llevrel@18678 6 SHORT_DESC="Additional themes for XPenguins"
llevrel@18678 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
llevrel@18678 8 LICENSE="unclear"
llevrel@18678 9 WEB_SITE="http://xpenguins.seul.org"
llevrel@18678 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
llevrel@18678 11 WGET_URL="$WEB_SITE/$TARBALL"
llevrel@18678 12
llevrel@18678 13 DEPENDS="xpenguins"
llevrel@18678 14 BUILD_DEPENDS=""
llevrel@18678 15
llevrel@18678 16 # Rules to configure and make the package.
llevrel@18678 17 compile_rules()
llevrel@18678 18 {
llevrel@18678 19 true
llevrel@18678 20 }
llevrel@18678 21
llevrel@18678 22 # Rules to gen a SliTaz package suitable for Tazpkg.
llevrel@18678 23 genpkg_rules()
llevrel@18678 24 {
al@18679 25 mkdir -p $fs/usr/share/xpenguins/themes
al@18679 26 cp -a $src/* $fs/usr/share/xpenguins/themes
llevrel@18678 27 }