wok-current annotate freetype1-dev/receipt @ rev 3580
emesene: update DEPENDS, remove host.patch(not needed). gajim: update DEPENDS
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Fri Jun 26 13:59:35 2009 +0000 (2009-06-26) |
parents | 7f5e5c66d1ae |
children | be13f25e790b |
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 { |
rcx@3456 | 15 # tazwok does not define _pkg correctly when both WANTED and SOURCE are set |
rcx@3456 | 16 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
rcx@3456 | 17 |
pascal@2175 | 18 mkdir -p $fs/usr/lib |
pascal@2175 | 19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
pascal@2175 | 20 cp -a $_pkg/usr/include $fs/usr |
pascal@2175 | 21 cp -a $_pkg/usr/share $fs/usr |
pascal@2175 | 22 } |