wok-next view ubuntu-font-family/receipt @ rev 20669
vde2: up / fix build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 11 14:21:30 2018 +0300 (2018-05-11) |
parents | 23c3aed67cd9 |
children | cd7906120828 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ubuntu-font-family"
4 VERSION="0.80"
5 CATEGORY="fonts"
6 SHORT_DESC="Set of new libre/open fonts"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WEB_SITE="http://font.ubuntu.com/"
11 WGET_URL="$WEB_SITE/download/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/fonts/truetype/ubuntu
17 cp $src/* $fs/usr/share/fonts/truetype/ubuntu
18 }