wok annotate libsdl-gfx-dev/receipt @ rev 11426
Compat: ntop - don't trigger cook of splitted packages when using tazwok (that's automatic)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Dec 14 15:56:46 2011 +0100 (2011-12-14) |
parents | 8c08820e8dfb |
children | 6eff489aa802 |
rev | line source |
---|---|
pankso@1188 | 1 # SliTaz package receipt. |
pankso@1188 | 2 |
pankso@1188 | 3 PACKAGE="libsdl-gfx-dev" |
slaxemulator@11408 | 4 VERSION="2.0.23" |
pankso@1188 | 5 CATEGORY="development" |
pankso@1188 | 6 SHORT_DESC="SDL gfx lib devel files." |
pankso@1188 | 7 MAINTAINER="pankso@slitaz.org" |
slaxemulator@9408 | 8 DEPENDS="libsdl-gfx" |
pankso@1189 | 9 WANTED="libsdl-gfx" |
pankso@1188 | 10 SOURCE="SDL_gfx" |
pankso@1188 | 11 WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/" |
pankso@1188 | 12 |
pankso@1188 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@1188 | 14 genpkg_rules() |
pankso@1188 | 15 { |
pankso@1188 | 16 mkdir -p $fs/usr/lib |
slaxemulator@9408 | 17 cp -a $_pkg/usr/lib/*.a $fs/usr/lib |
pankso@1188 | 18 cp -a $_pkg/usr/include $fs/usr |
pankso@1188 | 19 } |