wok-current diff libsdl/receipt @ rev 14718
lib[s-z]*: add LICENSE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 11 11:57:36 2013 +0200 (2013-06-11) |
parents | 04f1f2b56a0f |
children | e9a384038707 |
line diff
1.1 --- a/libsdl/receipt Wed Feb 06 19:20:10 2013 +0000 1.2 +++ b/libsdl/receipt Tue Jun 11 11:57:36 2013 +0200 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Simple DirectMedia Layer (used by Qemu)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg-libXext xorg-libXrender xorg-libX11" 1.8 -BUILD_DEPENDS="libglu-mesa mesa-dev xorg-libXt-dev xorg-libXext-dev xorg-libXrender-dev xorg-libX11-dev" 1.9 +LICENSE="LGPL2.1" 1.10 SOURCE="SDL" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.libsdl.org/" 1.13 WGET_URL="http://www.libsdl.org/release/$TARBALL" 1.14 COOK_OPT="!libtool" 1.15 1.16 +DEPENDS="xorg-libXext xorg-libXrender xorg-libX11" 1.17 +BUILD_DEPENDS="libglu-mesa mesa-dev xorg-libXt-dev xorg-libXext-dev xorg-libXrender-dev xorg-libX11-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 @@ -27,7 +29,7 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib 1.26 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.27 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.28 } 1.29 1.30 post_install()