wok annotate TeXmacs-windows-fonts/receipt @ rev 12701
Add: cross-arm-gcc (ARM cross compiler) Build will fail with cooker since it must be build with --first-pass the first time :-) A cross-arm-toolchain meta packge will follow
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 03 16:25:12 2012 +0200 (2012-05-03) |
parents | 432ed1a20735 |
children | 617dbdeb6f7e |
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@7681 | 8 DEPENDS="" |
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@7681 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@7681 | 14 genpkg_rules() |
pascal@7681 | 15 { |
pascal@7681 | 16 mkdir -p $fs/usr/share/TeXmacs/ |
gokhlayeh@8610 | 17 cp -a $src $fs/usr/share/TeXmacs/fonts |
pascal@7681 | 18 } |