wok annotate 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 |
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 SOURCE="themes" |
llevrel@18678 | 12 WGET_URL="$WEB_SITE/$TARBALL" |
llevrel@18678 | 13 |
llevrel@18678 | 14 DEPENDS="xpenguins" |
llevrel@18678 | 15 BUILD_DEPENDS="" |
llevrel@18678 | 16 |
llevrel@18678 | 17 # Rules to configure and make the package. |
llevrel@18678 | 18 compile_rules() |
llevrel@18678 | 19 { |
llevrel@18678 | 20 true |
llevrel@18678 | 21 } |
llevrel@18678 | 22 |
llevrel@18678 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
llevrel@18678 | 24 genpkg_rules() |
llevrel@18678 | 25 { |
llevrel@18678 | 26 mkdir -p $fs/usr/share/xpenguins |
llevrel@18678 | 27 cp -a $src $fs/usr/share/xpenguins |
llevrel@18678 | 28 } |