wok annotate libsdl2-mixer-dev/receipt @ rev 19794

zerofree: add -lcom_err
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 23 11:10:10 2017 +0100 (2017-02-23)
parents
children 4edee500eec9
rev   line source
tcg@17135 1 # SliTaz package receipt.
tcg@17135 2
tcg@17135 3 PACKAGE="libsdl2-mixer-dev"
tcg@17135 4 VERSION="2.0.0"
tcg@17135 5 CATEGORY="development"
tcg@17135 6 SHORT_DESC="Development files of a multichannel sample and music mixer."
tcg@17135 7 MAINTAINER="tcg.thegamer@gmail.com"
tcg@17135 8 LICENSE="LGPL2.1"
tcg@17135 9 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
tcg@17135 10 WANTED="libsdl2-mixer"
tcg@17135 11 SOURCE="SDL2_mixer"
tcg@17135 12 HOST_ARCH="i486 arm"
tcg@17135 13
tcg@17135 14 DEPENDS="libsdl2-mixer libsdl2-dev libmad-dev libvorbis-dev libogg-dev "
tcg@17135 15
tcg@17135 16 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17135 17 genpkg_rules()
tcg@17135 18 {
tcg@17135 19 mkdir -p $fs/usr/lib
tcg@17135 20 cp -a $install/usr/lib/*.a $fs/usr/lib
tcg@17135 21 cp -a $install/usr/include $fs/usr
tcg@17135 22 }