wok-current diff libsdl-dev/receipt @ rev 14849
realvnc-viewer: add desktop entry
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 18 09:52:58 2013 +0000 (2013-07-18) |
parents | 8c08820e8dfb |
children | 8ed62ecac0c7 |
line diff
1.1 --- a/libsdl-dev/receipt Mon Mar 28 21:16:38 2011 +0000 1.2 +++ b/libsdl-dev/receipt Thu Jul 18 09:52:58 2013 +0000 1.3 @@ -5,18 +5,20 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Simple DirectMedia Layer devel files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev libsdl" 1.8 +LICENSE="LGPL2.1" 1.9 SOURCE="SDL" 1.10 WANTED="libsdl" 1.11 WEB_SITE="http://www.libsdl.org/" 1.12 1.13 +DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev libsdl" 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/lib $fs/usr/share 1.19 - cp -a $_pkg/usr/bin $fs/usr 1.20 - cp -a $_pkg/usr/include $fs/usr 1.21 - cp -a $_pkg/usr/lib/*.a $fs/usr/lib 1.22 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.23 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.24 + cp -a $install/usr/bin $fs/usr 1.25 + cp -a $install/usr/include $fs/usr 1.26 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.27 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 + cp -a $install/usr/share/aclocal $fs/usr/share 1.29 }