wok-next view unifont/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents d43bf7aae921
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="unifont"
4 VERSION="8.0.01"
5 CATEGORY="fonts"
6 SHORT_DESC="The Standard GNU Unifont TTF"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://unifoundry.com/"
11 TARBALL="$PACKAGE-$VERSION.ttf"
12 WGET_URL="${WEB_SITE}pub/$PACKAGE-$VERSION/font-builds/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/fonts/$PACKAGE
16 cp -a $src/* $install/usr/share/fonts/$PACKAGE
17 }
19 genpkg_rules() {
20 copy @std
21 }