wok view ubuntu-font-family/receipt @ rev 13836

epdfview: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 07 15:14:06 2013 +0100 (2013-01-07)
parents
children 23c3aed67cd9
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 TARBALL="$PACKAGE-$VERSION.zip"
9 WEB_SITE="http://font.ubuntu.com/"
10 WGET_URL="$WEB_SITE/download/$TARBALL"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/fonts/truetype/ubuntu
16 cp $src/* $fs/usr/share/fonts/truetype/ubuntu
17 }