wok-next view TeXmacs-windows-fonts/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 617dbdeb6f7e
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.texmacs.org"
11 TARBALL="$PACKAGE-$VERSION-noarch.tar.gz"
12 WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/TeXmacs/
16 cp -r $src $install/usr/share/TeXmacs/fonts
17 find $install -type f -exec chmod 644 '{}' \;
18 }
20 genpkg_rules() {
21 copy @std
22 }