wok-next view unifont/receipt @ rev 21157

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 04 11:54:13 2019 +0100 (2019-02-04)
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 }