wok-next rev 18917
Up: Correct link.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Feb 24 08:39:49 2016 -0300 (2016-02-24) |
parents | 61d4823a06dd |
children | ae74a8e184b5 |
files | unifont-font/description.txt unifont-font/receipt unifont/description.txt unifont/receipt |
line diff
1.1 --- a/unifont-font/description.txt Wed Feb 24 11:30:44 2016 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,16 +0,0 @@ 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 --- a/unifont-font/receipt Wed Feb 24 11:30:44 2016 +0100 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,28 +0,0 @@ 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
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/unifont/description.txt Wed Feb 24 08:39:49 2016 -0300 3.3 @@ -0,0 +1,16 @@ 3.4 +| - [Slitaz GNU/Linux] Package Description ------------------ | 3.5 +| | 3.6 +| GNU Unifont Glyphs 8.0.01 | 3.7 +| | 3.8 +| GNU Unifont is part of the GNU Project. This page contains | 3.9 +| the latest release of GNU Unifont, with glyphs for every | 3.10 +| printable code point in the Unicode 8.0 Basic Multilingual | 3.11 +| Plane (BMP). | 3.12 +| | 3.13 +| The standard font build — with and without Michael Everson | 3.14 +| ConScript Unicode Registry (CSUR) Private Use Area (PUA) | 3.15 +| glyphs. | 3.16 +| | 3.17 +| http://www.unifoundry.com/unifont.html | 3.18 +| | 3.19 +| ---------------------------------------- (www.slitaz.org) - | 3.20 \ No newline at end of file
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/unifont/receipt Wed Feb 24 08:39:49 2016 -0300 4.3 @@ -0,0 +1,28 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="unifont" 4.7 +VERSION="8.0.01" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="The Standard GNU Unifont TTF." 4.10 +MAINTAINER="hackdorte@sapo.pt" 4.11 +LICENSE="GPL2" 4.12 +WEB_SITE="http://unifoundry.com" 4.13 + 4.14 +TARBALL="unifont-8.0.01.ttf" 4.15 +WGET_URL="$WEB_SITE/pub/$PACKAGE-$VERSION/font-builds/$TARBALL" 4.16 + 4.17 +DEPENDS="" 4.18 +BUILD_DEPENDS="wget" 4.19 + 4.20 +# Rules to configure and make the package. 4.21 +compile_rules() 4.22 +{ 4.23 + mkdir -p $install/usr/share/fonts/$PACKAGE 4.24 + cp -a $src/* $install/usr/share/fonts/$PACKAGE 4.25 +} 4.26 + 4.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.28 +genpkg_rules() 4.29 +{ 4.30 + cp -a $install/* $fs 4.31 +} 4.32 \ No newline at end of file