wok-6.x rev 18915
Add: GNU Unifont UTF-8. Tag: TrueType. GPL2 License.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Feb 24 06:53:25 2016 -0300 (2016-02-24) |
parents | d3a8a7a4383c |
children | 61d4823a06dd |
files | unifont-font/description.txt unifont-font/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/unifont-font/description.txt Wed Feb 24 06:53:25 2016 -0300 1.3 @@ -0,0 +1,16 @@ 1.4 +| - [Slitaz GNU/Linux] Package Description ------------------ | 1.5 +| | 1.6 +| GNU Unifont Glyphs 8.0.01 | 1.7 +| | 1.8 +| GNU Unifont is part of the GNU Project. This page contains | 1.9 +| the latest release of GNU Unifont, with glyphs for every | 1.10 +| printable code point in the Unicode 8.0 Basic Multilingual | 1.11 +| Plane (BMP). | 1.12 +| | 1.13 +| The standard font build — with and without Michael Everson | 1.14 +| ConScript Unicode Registry (CSUR) Private Use Area (PUA) | 1.15 +| glyphs. | 1.16 +| | 1.17 +| http://www.unifoundry.com/unifont.html | 1.18 +| | 1.19 +| ---------------------------------------- (www.slitaz.org) - | 1.20 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/unifont-font/receipt Wed Feb 24 06:53:25 2016 -0300 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="unifont-font" 2.7 +VERSION="8.0.01" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="The Standard GNU Unifont TTF." 2.10 +MAINTAINER="hackdorte@sapo.pt" 2.11 +LICENSE="GPL2" 2.12 +WEB_SITE="http://unifoundry.com/" 2.13 + 2.14 +TARBALL="unifont-8.0.01.ttf" 2.15 +WGET_URL="$WEB_SITE/pub/$PACKAGE/font-builds/$TARBALL" 2.16 + 2.17 +DEPENDS="" 2.18 +BUILD_DEPENDS="wget" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + mkdir -p $install/usr/share/fonts/$PACKAGE 2.24 + cp -a $src/* $install/usr/share/fonts/$PACKAGE 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + cp -a $install/* $fs 2.31 +} 2.32 \ No newline at end of file