wok view TeXmacs-windows-fonts/receipt @ rev 7681

Add TeXmacs (thanks Philippe)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 17 15:18:25 2010 +0100 (2010-12-17)
parents
children 305507747550
line source
1 # SliTaz package receipt.
3 PACKAGE="TeXmacs-windows-fonts"
4 VERSION="1.0"
5 CATEGORY="office"
6 SHORT_DESC="Fonts for using TeXmacs without TeX"
7 MAINTAINER="slitaz@leledy.fr"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION-noarch.tar.gz"
10 WEB_SITE="http://www.texmacs.org"
11 WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 echo "Nothing to compile"
17 [ -d fonts ]
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/TeXmacs/
24 cp -a fonts $fs/usr/share/TeXmacs
25 }