SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "TeXmacs-windows-fonts"

# SliTaz package receipt.

PACKAGE="TeXmacs-windows-fonts"
VERSION="1.0"
CATEGORY="office"
SHORT_DESC="Fonts for using TeXmacs without TeX"
MAINTAINER="slitaz@leledy.fr"
LICENSE="LPPL"
TARBALL="$PACKAGE-$VERSION-noarch.tar.gz"
WEB_SITE="http://www.texmacs.org"
WGET_URL="http://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"

DEPENDS=""

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*} 2>/dev/null | \
    sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\)-noarch.tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
     mkdir -p $fs/usr/share/TeXmacs/
     cp -a $src $fs/usr/share/TeXmacs/fonts
}
6047 packages and 209931 files in current database (Mon Jul 1 15:25:36 2024)