wok annotate get-xcas/receipt @ rev 17903

smbclient: symlink smbspool to cups backend (again)
author Richard Dunbar <mojo@slitaz.org>
date Sat Apr 04 10:31:10 2015 -0400 (2015-04-04)
parents 62b0ea7fa4fc
children
rev   line source
pascal@13701 1 # SliTaz package receipt.
pascal@13701 2
pascal@13701 3 PACKAGE="get-xcas"
pascal@13701 4 VERSION="1.00"
pascal@13701 5 CATEGORY="misc"
pascal@13701 6 SHORT_DESC="Get Xcas: Computer algebra system."
pascal@13701 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@13701 9 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
pascal@13701 10
pascal@13701 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13701 12 genpkg_rules()
pascal@13701 13 {
pascal@13701 14 mkdir -p $fs/usr/bin
pascal@13701 15 cp stuff/get-xcas $fs/usr/bin
pascal@13701 16 }
pascal@13701 17