wok-next view unifont/receipt @ rev 21278

updated giac (1.4.9 -> 1.5.0.75)
author Hans-G?nter Theisgen
date Sat Dec 07 16:47:36 2019 +0100 (2019-12-07)
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 }