wok-current view xpenguins_themes/receipt @ rev 18679
Up tazpanel(557), tazlito(409); tiny edits xpenguins, xpenguins_themes
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 08 13:50:59 2015 +0200 (2015-12-08) |
parents | 95e835ab9f4c |
children | 453c249b6219 |
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 DEPENDS="xpenguins"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 true
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/xpenguins/themes
26 cp -a $src/* $fs/usr/share/xpenguins/themes
27 }