Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 981 - (show annotations) (download)
Sun Dec 28 23:33:45 2008 UTC (15 years, 4 months ago) by niro
File size: 871 byte(s)
-ver bump to 1.0.18-r1
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 SRC_URI=(
24 ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/alsa.rc
27 )
28
29 UP2DATE="updatecmd http://alsa.cybermirror.org/${PNAME/alsa-/}/?M=A | lasttarball"
30
31 src_install()
32 {
33 cd ${SRCDIR}
34
35 make DESTDIR=${BINDIR} install || die
36
37 # install our initscript
38 minstallrc alsa.rc alsa || die
39
40 minstalldocs ChangeLog COPYING README TODO || die
41 }

Properties

Name Value
svn:keywords Id