wok diff libsdl-dev/receipt @ rev 22282
updated xorg-xf86-video-trident (1.3.6 -> 1.3.8)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 14:36:23 2019 +0100 (2019-11-13) |
parents | 6037f37a1c85 |
children | 55e41ff9f4ed |
line diff
1.1 --- a/libsdl-dev/receipt Wed Nov 11 16:03:26 2015 +0200 1.2 +++ b/libsdl-dev/receipt Wed Nov 13 14:36:23 2019 +0100 1.3 @@ -1,26 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsdl-dev" 1.7 -VERSION="1.2.14" 1.8 +VERSION="1.2.15" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Simple DirectMedia Layer devel files." 1.11 +SHORT_DESC="Simple DirectMedia Layer - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 +WEB_SITE="http://www.libsdl.org/" 1.15 + 1.16 SOURCE="SDL" 1.17 WANTED="libsdl" 1.18 -WEB_SITE="http://www.libsdl.org/" 1.19 -HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev libsdl pkg-config" 1.22 1.23 +HOST_ARCH="i486 arm" 1.24 + 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - mkdir -p $fs/usr/lib $fs/usr/share 1.29 - cp -a $install/usr/bin $fs/usr 1.30 - cp -a $install/usr/include $fs/usr 1.31 - cp -a $install/usr/lib/*.a $fs/usr/lib 1.32 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 - cp -a $install/usr/share/aclocal $fs/usr/share 1.34 + mkdir -p $fs/usr/lib 1.35 + mkdir -p $fs/usr/share 1.36 + 1.37 + cp -a $install/usr/bin $fs/usr 1.38 + cp -a $install/usr/include $fs/usr 1.39 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.40 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.41 + cp -a $install/usr/share/aclocal $fs/usr/share 1.42 } 1.43 -