SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ttf-mgopen"

# SliTaz package receipt.

PACKAGE="ttf-mgopen"
VERSION="1.1"
CATEGORY="fonts"
SHORT_DESC="TrueType fonts containing glyphs for the Latin and Greek alphabet"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="other"
WEB_SITE="https://web.archive.org/web/20130719135032/http://pub.ellak.gr/fonts/mgopen/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://ftp.dei.uc.pt/pub/linux/gentoo/distfiles/79/mgopen-$VERSION.tar.gz"
TAGS="font ttf"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    sed '/mgopen-/!d;s|.*mgopen-||;s|.tar.*||'
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    TTFDIR=$fs/usr/share/fonts/TTF/MgOpen
    mkdir -p $TTFDIR
    install -m644 $src/*.ttf $TTFDIR
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)