wok-4.x annotate libsdl-gfx-dev/receipt @ rev 6419
Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Sep 26 17:02:23 2010 +0000 (2010-09-26) |
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 } |