wok-next annotate xpenguins_themes/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@20503 | 1 # SliTaz package receipt v2. |
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" |
al@21020 | 9 WEB_SITE="http://xpenguins.seul.org/" |
al@21051 | 10 HOST_ARCH="any" |
al@20503 | 11 |
llevrel@18678 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@21020 | 13 WGET_URL="${WEB_SITE}$TARBALL" |
llevrel@18678 | 14 |
al@21051 | 15 DEPENDS_std="xpenguins" |
al@21051 | 16 |
al@20503 | 17 compile_rules() { |
al@20503 | 18 mkdir -p $install/usr/share/xpenguins/themes/ |
al@20503 | 19 cp -r $src/* $install/usr/share/xpenguins/themes/ |
llevrel@18678 | 20 } |