wok-next view alsa-lib/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 29128929e4f9
children c1d7e515ae52
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alsa-lib"
4 VERSION="1.1.8"
5 CATEGORY="multimedia"
6 SHORT_DESC="ALSA sound libraries"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.alsa-project.org/main/index.php/Main_Page"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-lib.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="ftp://ftp.alsa-project.org/pub/lib/$TARBALL"
14 TARBALL_SHA1="018523741f0b78ad5aa928202c11e6694a8c10c2"
16 SPLIT="$PACKAGE-dev"
18 CONFIG_FILES_std="/etc/asound.conf"
19 DEPENDS_std="linux"
21 compile_rules() {
22 ./configure \
23 --disable-python \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make -j1 install || return 1
29 install -Dm644 $stuff/asound.conf $install/etc/asound.conf
30 }