wok-next annotate TeXmacs-windows-fonts/receipt @ rev 16513

slim: remove wrong msg, it's transparent for users
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 25 03:00:47 2014 +0200 (2014-04-25)
parents 305507747550
children a8e106e92cc2
rev   line source
pascal@7681 1 # SliTaz package receipt.
pascal@7681 2
pascal@7681 3 PACKAGE="TeXmacs-windows-fonts"
pascal@7681 4 VERSION="1.0"
pascal@7681 5 CATEGORY="office"
pascal@7681 6 SHORT_DESC="Fonts for using TeXmacs without TeX"
pascal@7681 7 MAINTAINER="slitaz@leledy.fr"
pascal@15362 8 LICENSE="LPPL"
pascal@7681 9 TARBALL="$PACKAGE-$VERSION-noarch.tar.gz"
pascal@7681 10 WEB_SITE="http://www.texmacs.org"
pascal@7681 11 WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"
pascal@7681 12
pascal@15362 13 DEPENDS=""
pascal@15362 14
pascal@7681 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@7681 16 genpkg_rules()
pascal@7681 17 {
pascal@7681 18 mkdir -p $fs/usr/share/TeXmacs/
gokhlayeh@8610 19 cp -a $src $fs/usr/share/TeXmacs/fonts
pascal@7681 20 }