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

Changed user privoxy to user id 42 in privoxy receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jan 19 00:02:05 2011 +0000 (2011-01-19)
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 }