wok-next annotate xpenguins_themes/receipt @ rev 19541
Up cookutils (843)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 05 04:55:00 2016 +0200 (2016-12-05) |
parents | 95e835ab9f4c |
children | da9e80c5d4bb |
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 } |