wok annotate freetype1-dev/receipt @ rev 14445
coccinella: add desktop file
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 26 17:13:04 2013 +0200 (2013-04-26) |
parents | bc6de32015d3 |
children | 7bb096863642 |
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 |
gokhlayeh@11433 | 17 cp -a $_pkg/usr/lib/*a $fs/usr/lib |
pascal@2175 | 18 } |