wok-6.x annotate get-geogebra/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents
children 42b8478866fb
rev   line source
pascal@13702 1 # SliTaz package receipt.
pascal@13702 2
pascal@13702 3 PACKAGE="get-geogebra"
pascal@13702 4 VERSION="1.00"
pascal@13702 5 CATEGORY="non-free"
pascal@13702 6 SHORT_DESC="Get geogebra: Mathematics software for learning and teaching."
pascal@13702 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13702 8 WEB_SITE="http://www.geogebra.org/"
pascal@13702 9
pascal@13702 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13702 11 genpkg_rules()
pascal@13702 12 {
pascal@13702 13 mkdir -p $fs/usr/bin
pascal@13702 14 cp stuff/get-geogebra $fs/usr/bin
pascal@13702 15 }
pascal@13702 16