wok-next annotate libsndfile/receipt @ rev 21724

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