wok-next view xpenguins_themes/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xpenguins_themes"
4 VERSION="1.0"
5 CATEGORY="misc"
6 SHORT_DESC="Additional themes for XPenguins"
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="unclear"
9 WEB_SITE="http://xpenguins.seul.org/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}$TARBALL"
15 DEPENDS_std="xpenguins"
17 compile_rules() {
18 mkdir -p $install/usr/share/xpenguins/themes/
19 cp -r $src/* $install/usr/share/xpenguins/themes/
20 }