wok-next annotate texmacs-windows-fonts/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents f48456621a9d
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
al@21017 2
al@21017 3 PACKAGE="texmacs-windows-fonts"
al@21017 4 VERSION="1.0"
al@21017 5 CATEGORY="office"
al@21017 6 SHORT_DESC="Fonts for using TeXmacs without TeX"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@21017 8 LICENSE="LPPL"
al@21020 9 WEB_SITE="http://www.texmacs.org/tmweb/home/welcome.en.html"
al@21017 10
al@21017 11 TARBALL="TeXmacs-windows-fonts-$VERSION-noarch.tar.gz"
al@21017 12 WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"
al@21017 13
al@21017 14 compile_rules() {
al@21017 15 mkdir -p $install/usr/share/TeXmacs/
al@21017 16 cp -r $src $install/usr/share/TeXmacs/fonts
al@21017 17 find $install -type f -exec chmod 644 '{}' \;
al@21017 18 }
al@21017 19
al@21017 20 genpkg_rules() {
al@21017 21 copy @std
al@21017 22 }