wok view TeXmacs-windows-fonts/receipt @ rev 13345
Up: alsa-lib (1.0.26) and clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Sep 07 10:14:46 2012 +0200 (2012-09-07) |
parents | 432ed1a20735 |
children | 617dbdeb6f7e |
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 gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/TeXmacs/
17 cp -a $src $fs/usr/share/TeXmacs/fonts
18 }