wok-next rev 14608
Up: alsa-utils to 1.0.27.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 31 20:18:29 2013 +0000 (2013-05-31) |
parents | 2ceee1891179 |
children | 6a489592a614 |
files | alsa-utils/receipt |
line diff
1.1 --- a/alsa-utils/receipt Fri May 31 20:05:12 2013 +0000 1.2 +++ b/alsa-utils/receipt Fri May 31 20:18:29 2013 +0000 1.3 @@ -1,14 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="alsa-utils" 1.7 -VERSION="1.0.26" 1.8 +VERSION="1.0.27.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Alsa sound system utilities et config tools." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://www.alsa-project.org/" 1.14 -#WGET_URL="ftp://ftp.alsa-project.org/pub/utils/$TARBALL" 1.15 -WGET_URL="http://alsa.cybermirror.org/utils/$TARBALL" 1.16 +WGET_URL="ftp://ftp.alsa-project.org/pub/utils/$TARBALL" 1.17 CONFIG_FILES="/var/lib/alsa/asound.state" 1.18 1.19 DEPENDS="alsa-lib ncurses util-linux-getopt" 1.20 @@ -37,18 +36,15 @@ 1.21 cp -a $install/usr/sbin $fs/usr 1.22 cp -a $install/lib/udev $fs/etc 1.23 cp -a $install/usr/share/alsa/init $fs/usr/share/alsa 1.24 - 1.25 + 1.26 # Declare asound.state 1.27 touch $fs/var/lib/alsa/asound.state 1.28 chmod 755 $fs/usr/sbin/* 1.29 - 1.30 # Remove speaker-test (18 Ko and needs sounds) 1.31 rm $fs/usr/bin/speaker-test 1.32 - 1.33 # For conf we need /var/tmp 1.34 mkdir -p $fs/var/tmp 1.35 chmod 1777 $fs/var/tmp 1.36 - 1.37 # Remove alsaconf (use soundconf). 1.38 rm $fs/usr/sbin/alsaconf 1.39 }