# HG changeset patch # User Leonardo Laporte # Date 1461108045 10800 # Node ID 189684026a2ef8e14731062514bfaf2b7c2f69e9 # Parent d2d5bdba25708350223ff03351c4011e949bedee Woodland is a nature theme for Openbox. diff -r d2d5bdba2570 -r 189684026a2e openbox-theme-woodland/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openbox-theme-woodland/receipt Tue Apr 19 20:20:45 2016 -0300 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="openbox-theme-woodland" +VERSION="1.0" +CATEGORY="x-window" +SHORT_DESC="Woodland is a nature theme for Openbox." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="PublicDomain" +WEB_SITE="http://people.slitaz.org/~leonardolaporte" +STUFF_DIR="lab.slitaz/5.0/pkg/openbox/3.6.1" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL" +TAGS="openbox theme" + +DEPENDS="openbox" +BUILD_DEPENDS="wget" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/share/themes + cp -a $src/* $install/usr/share/themes +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}