wok diff libsdl-image/receipt @ rev 15094

py3k: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 22:28:38 2013 +0000 (2013-08-13)
parents b7319995b37e
children 4cd474907d60
line diff
     1.1 --- a/libsdl-image/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/libsdl-image/receipt	Tue Aug 13 22:28:38 2013 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="An image file loading library."
     1.6  MAINTAINER="chadi.elahmad@gmail.com"
     1.7 +LICENSE="LGPL2.1"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
    1.10  WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL"
    1.11 @@ -26,5 +27,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17  }