wok diff chrommo-theme/receipt @ rev 18347

Up: file (5.24)
author Alexander Medvedev <devl547@gmail.com>
date Fri Sep 11 19:38:34 2015 +0000 (2015-09-11)
parents
children d4468c8fc5d7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/chrommo-theme/receipt	Fri Sep 11 19:38:34 2015 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="chrommo-theme"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="SliTaz Chrommo theme for GTK+2 and Openbox"
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="PublicDomain"
    1.12 +WEB_SITE="http://hackdorte.tumblr.com"
    1.13 +
    1.14 +DEPENDS="murrine openbox"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +    mkdir -p $fs/usr/share/themes
    1.20 +    cp -a stuff/* $fs/usr/share/themes
    1.21 +}
    1.22 +
    1.23 +post_install()
    1.24 +{
    1.25 +    tazbox notify "Chrommo Theme \n\n Successfully installed!"
    1.26 +}
    1.27 \ No newline at end of file