wok-next annotate TeXmacs-windows-fonts/receipt @ rev 20500

Tiny edits: fix permissions and avoid out-of-tree files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 15 20:43:55 2018 +0200 (2018-03-15)
parents 617dbdeb6f7e
children
rev   line source
al@20500 1 # SliTaz package receipt v2.
pascal@7681 2
pascal@7681 3 PACKAGE="TeXmacs-windows-fonts"
pascal@7681 4 VERSION="1.0"
pascal@7681 5 CATEGORY="office"
pascal@7681 6 SHORT_DESC="Fonts for using TeXmacs without TeX"
pascal@7681 7 MAINTAINER="slitaz@leledy.fr"
pascal@15362 8 LICENSE="LPPL"
al@20500 9 WEB_SITE="http://www.texmacs.org"
al@20500 10
pascal@7681 11 TARBALL="$PACKAGE-$VERSION-noarch.tar.gz"
pascal@7681 12 WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"
pascal@7681 13
al@20500 14 compile_rules() {
al@20500 15 mkdir -p $install/usr/share/TeXmacs/
al@20500 16 cp -r $src $install/usr/share/TeXmacs/fonts
al@20500 17 find $install -type f -exec chmod 644 '{}' \;
al@20500 18 }
pascal@15362 19
al@20500 20 genpkg_rules() {
al@20500 21 copy @std
pascal@7681 22 }