wok-6.x diff freetype1-dev/receipt @ rev 19060
Add: Bwahh. A futuristic display truetype font.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Apr 20 22:52:27 2016 -0300 (2016-04-20) |
parents | df4f81596226 |
children | a78610b2eb47 |
line diff
1.1 --- a/freetype1-dev/receipt Fri Dec 16 15:42:01 2011 +0100 1.2 +++ b/freetype1-dev/receipt Wed Apr 20 22:52:27 2016 -0300 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Freetype1 font engine devel files." 1.5 WEB_SITE="http://www.freetype.org/" 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 +LICENSE="BSD" 1.8 WANTED="freetype1" 1.9 SOURCE="freetype" 1.10 1.11 @@ -13,6 +14,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/include $fs/usr 1.16 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.17 + cp -a $install/usr/include $fs/usr 1.18 + cp -a $install/usr/lib/*a $fs/usr/lib 1.19 }