Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1001 - (show annotations) (download)
Mon Dec 29 00:38:19 2008 UTC (15 years, 5 months ago) by niro
File size: 941 byte(s)
-fixed missing xmlto dependency
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 >= app-text/xmlto-0.0.21"
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 ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 mirror://${PNAME}/alsa.rc-${RC_CVS_REV}
30 )
31
32 UP2DATE="updatecmd http://alsa.cybermirror.org/${PNAME/alsa-/}/?M=A | lasttarball"
33
34 src_install()
35 {
36 cd ${SRCDIR}
37
38 make DESTDIR=${BINDIR} install || die
39
40 # install our initscript
41 minstallrc alsa.rc-${RC_CVS_REV} alsa || die
42
43 minstalldocs ChangeLog COPYING README TODO || die
44 }

Properties

Name Value
svn:keywords Id