wok-next view unifont/receipt @ rev 21688

updated glu (9.0.0 -> 9.0.1)
author Hans-G?nter Theisgen
date Mon Jun 29 17:17:08 2020 +0100 (2020-06-29)
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 }