wok annotate libsdl2-mixer/receipt @ rev 17353
Up: gimp (2.8.14)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Nov 16 00:04:13 2014 +0000 (2014-11-16) |
parents | |
children | 4edee500eec9 |
rev | line source |
---|---|
tcg@17135 | 1 # SliTaz package receipt. |
tcg@17135 | 2 |
tcg@17135 | 3 PACKAGE="libsdl2-mixer" |
tcg@17135 | 4 SOURCE="SDL2_mixer" |
tcg@17135 | 5 VERSION="2.0.0" |
tcg@17135 | 6 CATEGORY="development" |
tcg@17135 | 7 SHORT_DESC="A multichannel sample and music mixer." |
tcg@17135 | 8 MAINTAINER="tcg.thegamer@gmail.com" |
tcg@17135 | 9 LICENSE="LGPL2.1" |
tcg@17135 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
tcg@17135 | 11 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" |
tcg@17135 | 12 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL" |
tcg@17135 | 13 HOST_ARCH="i486 arm" |
tcg@17135 | 14 |
tcg@17135 | 15 DEPENDS="libsdl2 libmad libvorbis libogg" |
tcg@17135 | 16 BUILD_DEPENDS="libsdl2 libsdl2-dev libmad-dev libvorbis-dev libogg-dev " |
tcg@17135 | 17 |
tcg@17135 | 18 # Rules to configure and make the package. |
tcg@17135 | 19 compile_rules() |
tcg@17135 | 20 { |
tcg@17135 | 21 ./configure \ |
tcg@17135 | 22 --prefix=/usr \ |
tcg@17135 | 23 --enable-music-mp3-mad \ |
tcg@17135 | 24 $CONFIGURE_ARGS && |
tcg@17135 | 25 make && make install |
tcg@17135 | 26 } |
tcg@17135 | 27 |
tcg@17135 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
tcg@17135 | 29 genpkg_rules() |
tcg@17135 | 30 { |
tcg@17135 | 31 mkdir -p $fs/usr/lib |
tcg@17135 | 32 cp -a $install/usr/lib/*.so* $fs/usr/lib |
tcg@17135 | 33 } |