wok annotate libsdl-mixer/receipt @ rev 22184

updated xorg-bdftopcf (1.0.3 -> 1.1)
author Hans-G?nter Theisgen
date Mon Nov 11 08:55:19 2019 +0100 (2019-11-11)
parents 6037f37a1c85
children ede1d184d5c5
rev   line source
pascal@1136 1 # SliTaz package receipt.
pascal@1136 2
pascal@1136 3 PACKAGE="libsdl-mixer"
pascal@1136 4 SOURCE="SDL_mixer"
Hans-G?nter@21291 5 VERSION="1.2.12"
pascal@1136 6 CATEGORY="development"
pascal@1136 7 SHORT_DESC="A multichannel sample and music mixer."
pascal@1136 8 MAINTAINER="chadi.elahmad@gmail.com"
pascal@14996 9 LICENSE="LGPL2.1"
Hans-G?nter@21291 10 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
Hans-G?nter@21291 11
pascal@1136 12 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@1136 13 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
pascal@14718 14
pankso@3425 15 DEPENDS="libsdl libmad libvorbis libogg"
Hans-G?nter@21291 16 BUILD_DEPENDS="alsa-lib-dev libmad-dev libogg-dev libsdl libsdl-dev \
Hans-G?nter@21291 17 libvorbis-dev"
Hans-G?nter@21291 18
Hans-G?nter@21291 19 HOST_ARCH="i486 arm"
pascal@1136 20
pascal@1136 21 # Rules to configure and make the package.
pascal@1136 22 compile_rules()
pascal@1136 23 {
Hans-G?nter@21291 24 ./configure \
Hans-G?nter@21291 25 --prefix=/usr \
Hans-G?nter@21291 26 --enable-music-mp3-mad \
pascal@2476 27 $CONFIGURE_ARGS &&
Hans-G?nter@21291 28 make -j 1 &&
Hans-G?nter@21291 29 make install
pascal@1136 30 }
pascal@1136 31
pascal@1136 32 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1136 33 genpkg_rules()
pascal@1136 34 {
pascal@1136 35 mkdir -p $fs/usr/lib
pascal@14718 36 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@1136 37 }