wok-6.x annotate xpenguins_themes/receipt @ rev 20500
updated tar (1.29 -> 1.30)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 29 17:34:53 2018 +0100 (2018-10-29) |
parents | 95e835ab9f4c |
children | 453c249b6219 |
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 WGET_URL="$WEB_SITE/$TARBALL" |
llevrel@18678 | 12 |
llevrel@18678 | 13 DEPENDS="xpenguins" |
llevrel@18678 | 14 BUILD_DEPENDS="" |
llevrel@18678 | 15 |
llevrel@18678 | 16 # Rules to configure and make the package. |
llevrel@18678 | 17 compile_rules() |
llevrel@18678 | 18 { |
llevrel@18678 | 19 true |
llevrel@18678 | 20 } |
llevrel@18678 | 21 |
llevrel@18678 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
llevrel@18678 | 23 genpkg_rules() |
llevrel@18678 | 24 { |
al@18679 | 25 mkdir -p $fs/usr/share/xpenguins/themes |
al@18679 | 26 cp -a $src/* $fs/usr/share/xpenguins/themes |
llevrel@18678 | 27 } |