wok-next view libsamplerate/receipt @ rev 20488

palemoon: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 11:00:54 2018 +0100 (2018-03-12)
parents f9588901ecdc
children 5841522533ec
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsamplerate"
4 VERSION="0.1.9"
5 CATEGORY="multimedia"
6 SHORT_DESC="Sample Rate Converter for audio"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.mega-nerd.com/SRC/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libsamplerate.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://www.mega-nerd.com/SRC/$TARBALL"
15 SPLIT="libsamplerate-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libsamplerate) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }