Magellan Linux

Contents of /trunk/core/alsa-utils/alsa-utils-1.0.21-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3613 - (show annotations) (download)
Tue Oct 27 13:46:15 2009 UTC (14 years, 6 months ago) by niro
File size: 915 byte(s)
-rebuild
1 # $Id$
2
3 PNAME="alsa-utils"
4 PVER="1.0.21"
5 PBUILD="r2"
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 >= app-text/xmlto-0.0.23"
18
19 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
21
22 sminclude mbuild mtools
23
24 RC_CVS_REV=1.2
25
26 SRC_URI=(
27 http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
28 ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 mirror://${PNAME}/alsa.rc-${RC_CVS_REV}
31 )
32
33 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
34
35 src_install()
36 {
37 cd ${SRCDIR}
38
39 make DESTDIR=${BINDIR} install || die
40
41 # install our initscript
42 minstallrc alsa.rc-${RC_CVS_REV} alsa || die
43
44 minstalldocs ChangeLog COPYING README TODO || die
45 }

Properties

Name Value
svn:keywords Id