wok-6.x view ubuntu-font-family/receipt @ rev 19046

Resolving the correct name for the blinder theme.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 16:22:14 2016 -0300 (2016-04-17)
parents feeef374a05a
children d1570adae0ba
line source
1 # SliTaz package receipt.
3 PACKAGE="ubuntu-font-family"
4 VERSION="0.80"
5 CATEGORY="x-window"
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 }