wok diff get-slitaz-extra-themes/receipt @ rev 18987

Additional themes for Slitaz GNU/Linux.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 05:14:19 2016 -0300 (2016-03-17)
parents
children 15e6c6910ee3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-slitaz-extra-themes/receipt	Thu Mar 17 05:14:19 2016 -0300
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="get-slitaz-extra-themes"
     1.7 +VERSION="001"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Additional themes for Slitaz GNU/Linux."
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="https://github.com/hackdorte/slitaz-themes"
    1.13 +TAGS="artwork gtk openbox theme"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +  mkdir -p $fs/usr/bin
    1.19 +  cp stuff/* $fs/usr/bin
    1.20 +}
    1.21 +post_install()
    1.22 +{
    1.23 +  get-slitaz-extra-themes
    1.24 +}
    1.25 \ No newline at end of file