wok-next annotate gtk2-theme-chrommo/receipt @ rev 19358
syslinux/iso2exe: fix partition scan (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 31 11:28:07 2016 +0200 (2016-07-31) |
parents | 887b3b11683d |
children | c4e53a39395a |
rev | line source |
---|---|
plus@18325 | 1 # SliTaz package receipt. |
plus@18325 | 2 |
hackdorte@19047 | 3 PACKAGE="gtk2-theme-chrommo" |
hackdorte@19047 | 4 VERSION="1.0.5" |
al@19126 | 5 CATEGORY="customization" |
hackdorte@19047 | 6 SHORT_DESC="A beautiful and modern theme with white color." |
plus@18325 | 7 MAINTAINER="hackdorte@sapo.pt" |
hackdorte@19047 | 8 LICENSE="PublicDomain" |
hackdorte@18900 | 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/" |
al@19114 | 10 HOST_ARCH="any" |
plus@18325 | 11 |
al@19112 | 12 DEPENDS="gtk2-engine-murrine" |
plus@18325 | 13 |
plus@18325 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
plus@18325 | 15 genpkg_rules() |
plus@18325 | 16 { |
al@19112 | 17 mkdir -p $fs/usr/share/themes |
al@19112 | 18 cp -a stuff/* $fs/usr/share/themes |
hackdorte@19047 | 19 } |