wok-current annotate ttf-mgopen/receipt @ rev 25477
icedtea6-jdk: find output to variable
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 13 17:53:47 2022 +0100 (2022-10-13) |
parents | 6135577f4d08 |
children |
rev | line source |
---|---|
al@13848 | 1 # SliTaz package receipt. |
al@13848 | 2 |
al@13848 | 3 PACKAGE="ttf-mgopen" |
al@13848 | 4 VERSION="1.1" |
al@19125 | 5 CATEGORY="fonts" |
al@13848 | 6 SHORT_DESC="TrueType fonts containing glyphs for the Latin and Greek alphabet" |
al@13848 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@15611 | 8 LICENSE="other" |
pascal@20679 | 9 WEB_SITE="https://web.archive.org/web/20130719135032/http://pub.ellak.gr/fonts/mgopen/" |
al@13848 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@25442 | 11 WGET_URL="http://ftp.dei.uc.pt/pub/linux/gentoo/distfiles/79/mgopen-$VERSION.tar.gz" |
al@13848 | 12 TAGS="font ttf" |
al@13848 | 13 |
al@13848 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13848 | 15 genpkg_rules() |
al@13848 | 16 { |
al@13848 | 17 TTFDIR=$fs/usr/share/fonts/TTF/MgOpen |
al@13848 | 18 mkdir -p $TTFDIR |
al@13848 | 19 install -m644 $src/*.ttf $TTFDIR |
al@13848 | 20 } |