Magellan Linux

Contents of /branches/magellan-next/core/alsa-utils/alsa-utils-1.0.24.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7669 - (show annotations) (download)
Sun May 29 20:08:40 2011 UTC (12 years, 11 months ago) by niro
File size: 981 byte(s)
auto added: ver bump to 1.0.24.2-r1
1 # $Id$
2
3 PNAME="alsa-utils"
4 PVER="1.0.24.2"
5 PBUILD="r1"
6
7 PCATEGORIE="media-sound"
8 STATE="unstable"
9
10 LICENSE="gpl-2"
11
12 DESCRIPTION="Advanced Linux Sound Architecture Utilities."
13 HOMEPAGE="http://www.alsa-project.org/"
14
15 DEPEND=">= sys-libs/ncurses-5.9
16 >= media-libs/alsa-lib-${PVER%.*}
17 >= dev-utils/dialog-1.1
18 >= sys-apps/pciutils-3.1"
19
20 SDEPEND=">= app-text/xmlto-0.0.23"
21
22 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
24
25 sminclude mbuild mtools
26
27 RC_CVS_REV=1.2
28
29 SRC_URI=(
30 http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
31 ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 mirror://${PNAME}/alsa.rc-${RC_CVS_REV}
34 )
35
36 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
37
38 src_install()
39 {
40 cd ${SRCDIR}
41
42 make DESTDIR=${BINDIR} install || die
43
44 # install our initscript
45 minstallrc alsa.rc-${RC_CVS_REV} alsa || die
46
47 minstalldocs ChangeLog COPYING README TODO || die
48 }