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

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents d958fec46c9f
children 0cbe4b1f2230
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 REPOLOGY="fonts:droid"
12 TARBALL="$PACKAGE-$VERSION.zip"
13 WGET_URL="http://mirrors.ctan.org/fonts/droid.zip"
15 compile_rules() {
16 dir=$install/usr/share/fonts/truetype/droid-font
17 mkdir -p $dir
18 cp $src/fonts/truetype/public/droid/*.ttf $dir
19 }
21 genpkg_rules() {
22 copy @std
23 }