wok-next view TeXmacs-windows-fonts/receipt @ rev 19647
Forgotten changes: libdrm-*, dbus, fontconfig, harfbuzz, libdrm, pixman, xorg-glproto.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 23 00:58:26 2017 +0200 (2017-02-23) |
parents | 305507747550 |
children | a8e106e92cc2 |
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 LICENSE="LPPL"
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 DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/TeXmacs/
19 cp -a $src $fs/usr/share/TeXmacs/fonts
20 }