Magellan Linux

Annotation of /branches/magellan-next/core/alsa-utils/alsa-utils-1.0.24.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9610 - (hide annotations) (download)
Thu Dec 29 15:34:25 2011 UTC (12 years, 5 months ago) by niro
File size: 870 byte(s)
-rebuild
1 niro 9610 # $Id$
2    
3     PNAME="alsa-utils"
4     PVER="1.0.24.2"
5     PBUILD="r3"
6    
7     PCATEGORIE="media-sound"
8     LICENSE="gpl-2"
9    
10     DESCRIPTION="Advanced Linux Sound Architecture Utilities."
11     HOMEPAGE="http://www.alsa-project.org/"
12    
13     DEPEND=">= sys-libs/ncurses-5.9
14     >= media-libs/alsa-lib-${PVER%.*}
15     >= dev-util/dialog-1.1
16     >= sys-apps/pciutils-3.1"
17    
18     SDEPEND=">= app-text/xmlto-0.0.23"
19    
20     SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
22    
23     sminclude mbuild mtools
24    
25     SRC_URI=(
26     http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
27     ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
32    
33     postinstall()
34     {
35     echo
36     echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"
37     echo "Please use 'alsamixer' to unmute them ..."
38     echo
39     }