wok-6.x annotate TeXmacs-windows-fonts/receipt @ rev 20419
Down lsyncd (2.1.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 05 21:52:51 2018 +0200 (2018-08-05) |
parents | 305507747550 |
children | 9af0e03b8ad0 |
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 } |