wok view xpenguins_themes/receipt @ rev 18678

Add xpenguins (2.2), xpenguins_themes (1.0)
author Lucas Levrel <llevrel@yahoo.fr>
date Mon Dec 07 22:10:28 2015 +0100 (2015-12-07)
parents
children 80af4cc457ac
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 SOURCE="themes"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 DEPENDS="xpenguins"
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 true
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/xpenguins
27 cp -a $src $fs/usr/share/xpenguins
28 }