wok-next view xpenguins_themes/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents da9e80c5d4bb
children e7e7475e84c9
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/xpenguins/themes/
16 cp -r $src/* $install/usr/share/xpenguins/themes/
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="xpenguins"
22 }