Magellan Linux

Contents of /trunk/core/alsa-utils/alsa-utils-1.0.18-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun Dec 28 23:50:23 2008 UTC (15 years, 5 months ago) by niro
File size: 915 byte(s)
-fixed rc-script
1 # $Header: /magellan-cvs/smage/alsa-utils/alsa-utils-1.0.16-r1.smage2,v 1.1 2008/02/12 10:38:22 niro Exp $
2
3 PNAME="alsa-utils"
4 PVER="1.0.18"
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
18 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
20
21 sminclude mbuild mtools
22
23 RC_CVS_REV=1.2
24
25 SRC_URI=(
26 ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 mirror://${PNAME}/alsa.rc-${RC_CVS_REV}
29 )
30
31 UP2DATE="updatecmd http://alsa.cybermirror.org/${PNAME/alsa-/}/?M=A | lasttarball"
32
33 src_install()
34 {
35 cd ${SRCDIR}
36
37 make DESTDIR=${BINDIR} install || die
38
39 # install our initscript
40 minstallrc alsa.rc-${RC_CVS_REV} alsa || die
41
42 minstalldocs ChangeLog COPYING README TODO || die
43 }

Properties

Name Value
svn:keywords Id