wok view aubio/receipt @ rev 22987

updated kkedit (0.2.11 -> 0.4.2)
author Hans-G?nter Theisgen
date Sun Mar 01 16:20:31 2020 +0100 (2020-03-01)
parents 11b5e93cb5f2
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="aubio"
4 VERSION="0.4.9"
5 CATEGORY="multimedia"
6 TAGS="audio label multimedia"
7 SHORT_DESC="A library for audio labelling"
8 MAINTAINER="jozee@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://aubio.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="${WEB_SITE}pub/$TARBALL"
15 DEPENDS="fftw flac jack-audio-connection-kit libogg \
16 libsamplerate libvorbis"
17 BUILD_DEPENDS="fftw fftw-dev flac-dev jack-audio-connection-kit-dev \
18 libogg-dev libsamplerate libsamplerate-dev libsndfile-dev \
19 libvorbis-dev"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
26 # 0.4.9: no longer available
27 # ./configure --prefix=/usr $CONFIGURE_ARGS &&
29 make PREFIX=/usr &&
30 make install DESTDIR=$DESTDIR
32 # 0.4.9: no longer available
33 # cook_pick_manpages $src/doc/*.1
34 }
36 # Rules to gen a SliTaz package suitable for Tazpkg.
37 genpkg_rules()
38 {
39 mkdir -p $fs/usr/lib
41 cp -a $install/usr/bin $fs/usr
42 cp -a $install/usr/lib/*.so* $fs/usr/lib
44 # 0.4.9: no longer available
45 # cp -a $install/usr/share/sounds $fs/usr/share
46 }