wok diff slitaz-polar-cursors/receipt @ rev 715

Up: slitaz-configs (2.0) - Include now Openbox default files and slim theme
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 20:41:41 2008 +0200 (2008-05-02)
parents
children f0eb3155b5ec
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-polar-cursors/receipt	Fri May 02 20:41:41 2008 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-polar-cursors"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="SliTaz Freedesktop menus."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL=$PACKAGE-$VERSION.tar.gz
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
    1.14 +
    1.15 +# Rules to configure and make the package.
    1.16 +compile_rules()
    1.17 +{
    1.18 +	cd $src/Source
    1.19 +	./Build.sh && cd ..
    1.20 +	mkdir -p _pkg/usr/share/icons/slitaz-polar
    1.21 +	cp index.theme _pkg/usr/share/icons/slitaz-polar
    1.22 +	cp -a Source/cursors _pkg/usr/share/icons/slitaz-polar
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/share/icons
    1.29 +	cp -a stuff/default $fs/usr/share/icons
    1.30 +	cp -a $_pkg/* $fs
    1.31 +	chown -R root.root $fs
    1.32 +}
    1.33 +