wok-next view droid-font/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents 65f5c0b7dcd4
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="droid-font"
4 VERSION="2.1"
5 CATEGORY="fonts"
6 SHORT_DESC="Font family from Google's Android project"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="Apache2"
9 WEB_SITE="https://www.droidfonts.com/"
10 HOST_ARCH="any"
11 REPOLOGY="fonts:droid"
13 TARBALL="$PACKAGE-$VERSION.zip"
14 WGET_URL="http://mirrors.ctan.org/fonts/droid.zip"
16 compile_rules() {
17 dir=$install/usr/share/fonts/truetype/droid-font
18 mkdir -p $dir
19 cp $src/fonts/truetype/public/droid/*.ttf $dir
20 }
22 genpkg_rules() {
23 copy @std
24 }