# HG changeset patch # User Leonardo Laporte # Date 1456307605 10800 # Node ID 4db4fa9985aea12397cfd72e99f9589ab162f890 # Parent d3a8a7a4383c725ede448ee177835152bb8dba18 Add: GNU Unifont UTF-8. Tag: TrueType. GPL2 License. diff -r d3a8a7a4383c -r 4db4fa9985ae unifont-font/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unifont-font/description.txt Wed Feb 24 06:53:25 2016 -0300 @@ -0,0 +1,16 @@ +| - [Slitaz GNU/Linux] Package Description ------------------ | +| | +| GNU Unifont Glyphs 8.0.01 | +| | +| GNU Unifont is part of the GNU Project. This page contains | +| the latest release of GNU Unifont, with glyphs for every | +| printable code point in the Unicode 8.0 Basic Multilingual | +| Plane (BMP). | +| | +| The standard font build — with and without Michael Everson | +| ConScript Unicode Registry (CSUR) Private Use Area (PUA) | +| glyphs. | +| | +| http://www.unifoundry.com/unifont.html | +| | +| ---------------------------------------- (www.slitaz.org) - | \ No newline at end of file diff -r d3a8a7a4383c -r 4db4fa9985ae unifont-font/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unifont-font/receipt Wed Feb 24 06:53:25 2016 -0300 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="unifont-font" +VERSION="8.0.01" +CATEGORY="x-window" +SHORT_DESC="The Standard GNU Unifont TTF." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="GPL2" +WEB_SITE="http://unifoundry.com/" + +TARBALL="unifont-8.0.01.ttf" +WGET_URL="$WEB_SITE/pub/$PACKAGE/font-builds/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="wget" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/share/fonts/$PACKAGE + cp -a $src/* $install/usr/share/fonts/$PACKAGE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} \ No newline at end of file