wok-next view libsamplerate/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents d5aab818505e
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.mega-nerd.com/SRC/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libsamplerate.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://www.mega-nerd.com/SRC/$TARBALL"
14 TARBALL_SHA1="ed60f957a4ff87aa15cbb1f3dbd886fa7e5e9566"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }