Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6586 - (show annotations) (download)
Mon Sep 6 17:38:34 2010 UTC (13 years, 8 months ago) by niro
File size: 1037 byte(s)
auto added: ver bump to 1.0.23-r1
1 # $Id: alsa-utils-1.0.21-r2.smage2 3613 2009-10-27 13:46:15Z niro $
2
3 PNAME="alsa-utils"
4 PVER="1.0.23"
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.7
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 }