wok diff libsdl-mixer-dev/receipt @ rev 21620

linld: more ram for zImage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 25 13:19:35 2019 +0200 (2019-05-25)
parents 6037f37a1c85
children
line diff
     1.1 --- a/libsdl-mixer-dev/receipt	Wed Nov 11 16:03:26 2015 +0200
     1.2 +++ b/libsdl-mixer-dev/receipt	Sat May 25 13:19:35 2019 +0200
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsdl-mixer-dev"
     1.7 -VERSION="1.2.11"
     1.8 +VERSION="1.2.12"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files of a multichannel sample and music mixer."
    1.11  MAINTAINER="chadi.elahmad@gmail.com"
    1.12  LICENSE="LGPL2.1"
    1.13  WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    1.14 +
    1.15 +SOURCE="SDL_mixer"
    1.16  WANTED="libsdl-mixer"
    1.17 -SOURCE="SDL_mixer"
    1.18 +DEPENDS="libmad-dev libogg-dev libsdl-dev libsdl-mixer libvorbis-dev"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="libsdl-mixer libsdl-dev libmad-dev libvorbis-dev libogg-dev "
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 +
    1.29  	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.30  	cp -a $install/usr/include $fs/usr
    1.31  }
    1.32 -