wok-stable annotate rox-default-icons/receipt @ rev 7910
Added DESTDIR=PWD/_pkg to acl. Needed for it to make packages.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 09 12:07:10 2011 +0000 (2011-01-09) |
parents | |
children |
rev | line source |
---|---|
sygne@997 | 1 # SliTaz package receipt. |
sygne@997 | 2 |
sygne@997 | 3 PACKAGE="rox-default-icons" |
sygne@997 | 4 VERSION="2.8" |
sygne@997 | 5 CATEGORY="misc" |
sygne@997 | 6 SHORT_DESC="default icons for rox-filer." |
sygne@997 | 7 MAINTAINER="sygne@ombres.eu" |
sygne@997 | 8 DEPENDS="rox-filer" |
sygne@997 | 9 BUILD_DEPENDS="" |
sygne@997 | 10 SOURCE="rox-filer" |
sygne@997 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
sygne@997 | 12 WEB_SITE="http://roscidus.com/desktop/" |
sygne@997 | 13 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL" |
sygne@997 | 14 |
sygne@997 | 15 # Rules to configure and make the package. |
sygne@997 | 16 compile_rules() |
sygne@997 | 17 { |
sygne@997 | 18 mkdir -p $src/_pkg/rox-default-icons |
sygne@997 | 19 cp -a $src/ROX-Filer/ROX/* $src/_pkg/rox-default-icons/ |
sygne@997 | 20 } |
sygne@997 | 21 |
sygne@997 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
sygne@997 | 23 genpkg_rules() |
sygne@997 | 24 { |
sygne@997 | 25 mkdir -p $fs/usr/share/icons |
sygne@997 | 26 cp -r $_pkg/* $fs/usr/share/icons/ |
sygne@997 | 27 } |
sygne@997 | 28 |