Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (hide annotations) (download)
Sun Dec 28 23:50:23 2008 UTC (15 years, 4 months ago) by niro
File size: 915 byte(s)
-fixed rc-script
1 niro 981 # $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 niro 984 RC_CVS_REV=1.2
24    
25 niro 981 SRC_URI=(
26     ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28 niro 984 mirror://${PNAME}/alsa.rc-${RC_CVS_REV}
29 niro 981 )
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 niro 984 minstallrc alsa.rc-${RC_CVS_REV} alsa || die
41 niro 981
42     minstalldocs ChangeLog COPYING README TODO || die
43     }

Properties

Name Value
svn:keywords Id