wok-next diff libsdl2-mixer-dev/receipt @ rev 19678
Update some build dependencies
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 25 17:39:12 2017 +0200 (2017-03-25) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libsdl2-mixer-dev/receipt Sat Mar 25 17:39:12 2017 +0200 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libsdl2-mixer-dev" 1.7 +VERSION="2.0.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Development files of a multichannel sample and music mixer." 1.10 +MAINTAINER="tcg.thegamer@gmail.com" 1.11 +LICENSE="LGPL2.1" 1.12 +WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" 1.13 +WANTED="libsdl2-mixer" 1.14 +SOURCE="SDL2_mixer" 1.15 +HOST_ARCH="i486 arm" 1.16 + 1.17 +DEPENDS="libsdl2-mixer libsdl2-dev libmad-dev libvorbis-dev libogg-dev " 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + mkdir -p $fs/usr/lib 1.23 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.24 + cp -a $install/usr/include $fs/usr 1.25 +}