wok-4.x rev 6271
Fix libsdl-image-dev. Added pkgconfig folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 15 00:53:37 2010 +0000 (2010-09-15) |
parents | 82cb94c7d497 |
children | 762bd8aee887 |
files | libsdl-image-dev/receipt libsdl-image/receipt |
line diff
1.1 --- a/libsdl-image-dev/receipt Tue Sep 14 23:36:42 2010 +0000 1.2 +++ b/libsdl-image-dev/receipt Wed Sep 15 00:53:37 2010 +0000 1.3 @@ -20,4 +20,5 @@ 1.4 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.5 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.6 cp -a $_pkg/usr/include $fs/usr 1.7 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.8 }
2.1 --- a/libsdl-image/receipt Tue Sep 14 23:36:42 2010 +0000 2.2 +++ b/libsdl-image/receipt Wed Sep 15 00:53:37 2010 +0000 2.3 @@ -11,8 +11,8 @@ 2.4 WEB_SITE="http://www.libsdl.org/projects/SDL_image/" 2.5 WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL" 2.6 2.7 -DEPENDS="libsdl libpng jpeg zlib" 2.8 -BUILD_DEPENDS="libsdl libsdl-dev libpng-dev jpeg-dev tiff-dev zlib-dev" 2.9 +DEPENDS="libsdl libpng jpeg zlib tiff" 2.10 +BUILD_DEPENDS="$DEPENDS libsdl-dev libpng-dev jpeg-dev tiff-dev zlib-dev" 2.11 2.12 # Rules to configure and make the package. 2.13 compile_rules()