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

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
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 }