wok-current annotate libsdl-gfx-dev/receipt @ rev 6654
Added linux-api-headers. This is like linux-headers but it doesn't depend on linux to be build. Also this means we can update the kernel without rebuild the toolchain.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 11 02:17:02 2010 +0000 (2010-10-11) |
parents | cf754f3f4bab |
children | 136745aec91f |
rev | line source |
---|---|
pankso@1188 | 1 # SliTaz package receipt. |
pankso@1188 | 2 |
pankso@1188 | 3 PACKAGE="libsdl-gfx-dev" |
slaxemulator@6196 | 4 VERSION="2.0.20" |
pankso@1188 | 5 CATEGORY="development" |
pankso@1188 | 6 SHORT_DESC="SDL gfx lib devel files." |
pankso@1188 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@1188 | 8 DEPENDS="xorg" |
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 |
pankso@1188 | 17 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
pankso@1188 | 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
pankso@1188 | 19 cp -a $_pkg/usr/include $fs/usr |
pankso@1188 | 20 } |