wok diff rox-default-icons/receipt @ rev 2369

fix chroot in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 06 10:53:07 2009 +0000 (2009-03-06)
parents
children de49f29b101e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rox-default-icons/receipt	Fri Mar 06 10:53:07 2009 +0000
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="rox-default-icons"
     1.7 +VERSION="2.8"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="default icons for rox-filer."
    1.10 +MAINTAINER="sygne@ombres.eu"
    1.11 +DEPENDS="rox-filer"
    1.12 +BUILD_DEPENDS=""
    1.13 +SOURCE="rox-filer"
    1.14 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 +WEB_SITE="http://roscidus.com/desktop/"
    1.16 +WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	mkdir -p $src/_pkg/rox-default-icons
    1.22 +	cp -a $src/ROX-Filer/ROX/* $src/_pkg/rox-default-icons/
    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 -r $_pkg/* $fs/usr/share/icons/
    1.30 +}
    1.31 +