wok-4.x annotate libsdl-gfx/receipt @ rev 9408
Removed all .la files in libsdl* packages.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Mar 28 21:16:38 2011 +0000 (2011-03-28) |
parents | 136745aec91f |
children | cd006f4cefcd |
rev | line source |
---|---|
pankso@1188 | 1 # SliTaz package receipt. |
pankso@1188 | 2 |
pankso@1188 | 3 PACKAGE="libsdl-gfx" |
pankso@1188 | 4 SOURCE="SDL_gfx" |
slaxemulator@6899 | 5 VERSION="2.0.22" |
pankso@1188 | 6 CATEGORY="x-window" |
pankso@1188 | 7 SHORT_DESC="SDL gfx support." |
pankso@1188 | 8 MAINTAINER="pankso@slitaz.org" |
slaxemulator@9408 | 9 DEPENDS="libsdl" |
pankso@1188 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pankso@1188 | 11 WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/" |
pankso@1188 | 12 WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-2.0/$TARBALL" |
pankso@1188 | 13 |
pankso@1188 | 14 # Rules to configure and make the package. |
pankso@1188 | 15 compile_rules() |
pankso@1188 | 16 { |
pankso@1188 | 17 cd $src |
slaxemulator@9408 | 18 ./configure && make && make install |
pankso@1188 | 19 } |
pankso@1188 | 20 |
pankso@1188 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@1188 | 22 genpkg_rules() |
pankso@1188 | 23 { |
pankso@1188 | 24 mkdir -p $fs/usr/lib |
pankso@1188 | 25 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@1188 | 26 } |