wok annotate rox-default-icons/receipt @ rev 20539
linld: _fastcall calls (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 29 10:54:56 2018 +0100 (2018-11-29) |
parents | 9de6b694763c |
children | 6135577f4d08 |
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" |
pascal@15600 | 8 LICENSE="GPL2" |
sygne@997 | 9 SOURCE="rox-filer" |
sygne@997 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
sygne@997 | 11 WEB_SITE="http://roscidus.com/desktop/" |
sygne@997 | 12 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL" |
sygne@997 | 13 |
pascal@15600 | 14 DEPENDS="rox-filer" |
pascal@15600 | 15 BUILD_DEPENDS="" |
pascal@15600 | 16 |
sygne@997 | 17 # Rules to configure and make the package. |
sygne@997 | 18 compile_rules() |
sygne@997 | 19 { |
pascal@15600 | 20 mkdir -p $DESTDIR/rox-default-icons |
pascal@15600 | 21 cp -a $src/ROX-Filer/ROX/* $DESTDIR/rox-default-icons/ |
sygne@997 | 22 } |
sygne@997 | 23 |
sygne@997 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
sygne@997 | 25 genpkg_rules() |
sygne@997 | 26 { |
sygne@997 | 27 mkdir -p $fs/usr/share/icons |
pascal@15600 | 28 cp -r $install/* $fs/usr/share/icons/ |
sygne@997 | 29 } |
sygne@997 | 30 |