wok-next rev 19055
Woodland is a nature theme for Openbox.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Tue Apr 19 20:20:45 2016 -0300 (2016-04-19) |
parents | d2d5bdba2570 |
children | 13959af612fb |
files | openbox-theme-woodland/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openbox-theme-woodland/receipt Tue Apr 19 20:20:45 2016 -0300 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="openbox-theme-woodland" 1.7 +VERSION="1.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Woodland is a nature theme for Openbox." 1.10 +MAINTAINER="hackdorte@sapo.pt" 1.11 +LICENSE="PublicDomain" 1.12 +WEB_SITE="http://people.slitaz.org/~leonardolaporte" 1.13 +STUFF_DIR="lab.slitaz/5.0/pkg/openbox/3.6.1" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL" 1.16 +TAGS="openbox theme" 1.17 + 1.18 +DEPENDS="openbox" 1.19 +BUILD_DEPENDS="wget" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + mkdir -p $install/usr/share/themes 1.25 + cp -a $src/* $install/usr/share/themes 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/* $fs 1.32 +}