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

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 3bc985504162
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alsa-lib"
4 VERSION="1.2.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="ALSA sound libraries"
7 MAINTAINER="maintainer@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 {
23 ./configure \
24 --disable-python \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make -j1 install || return 1
30 install -Dm644 $stuff/asound.conf $install/etc/asound.conf
31 }