wok-next view libsndfile/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsndfile"
4 VERSION="1.0.28"
5 CATEGORY="multimedia"
6 SHORT_DESC="Reading and writing files containing sampled sound"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.mega-nerd.com/libsndfile/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libsndfile.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/files/$TARBALL"
14 TARBALL_SHA1="85aa967e19f6b9bf975601d79669025e5f8bc77d"
16 BUILD_DEPENDS="alsa-lib-dev libvorbis-dev flac-dev"
17 SPLIT="$PACKAGE-apps $PACKAGE $PACKAGE-dev"
19 COPY_apps="bin/"
21 CAT_apps="multimedia|applications"
23 DEPENDS_std="flac libogg libvorbis"
24 DEPENDS_apps="$PACKAGE alsa-lib"
25 DEPENDS_dev="$PACKAGE flac-dev libogg-dev libvorbis-dev"
27 compile_rules() {
28 ./configure \
29 --disable-static \
30 $CONFIGURE_ARGS &&
31 fix libtool &&
32 make &&
33 make install
34 }