wok annotate freetype1-dev/receipt @ rev 10638
linux-libre: Fixed to only use tazwok if cook doesn't exist. Fixed also some typos.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu May 26 18:26:21 2011 +0000 (2011-05-26) |
parents | 28148b876a49 |
children | df4f81596226 |
rev | line source |
---|---|
pascal@2175 | 1 # SliTaz package receipt. |
pascal@2175 | 2 |
pascal@2175 | 3 PACKAGE="freetype1-dev" |
pascal@2175 | 4 VERSION="1.3.1" |
pascal@2175 | 5 CATEGORY="development" |
pascal@2175 | 6 SHORT_DESC="Freetype1 font engine devel files." |
pascal@2175 | 7 WEB_SITE="http://www.freetype.org/" |
pascal@2175 | 8 MAINTAINER="rcx@zoominternet.net" |
pascal@2175 | 9 WANTED="freetype1" |
pascal@2175 | 10 SOURCE="freetype" |
pascal@2175 | 11 |
pascal@2175 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2175 | 13 genpkg_rules() |
pascal@2175 | 14 { |
pascal@2175 | 15 mkdir -p $fs/usr/lib |
pascal@2175 | 16 cp -a $_pkg/usr/include $fs/usr |
pascal@10490 | 17 cp -a $_pkg/usr/lib/*a $fs/usr |
pascal@2175 | 18 } |