Magellan Linux

Contents of /trunk/extras/alsa-utils/alsa-utils-1.0.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 787 byte(s)
import repo
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.16"
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.6
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 src_install()
30 {
31 cd ${SRCDIR}
32
33 make DESTDIR=${BINDIR} install || die
34
35 # install our initscript
36 minstallrc alsa.rc alsa || die
37
38 minstalldocs ChangeLog COPYING README TODO || die
39 }

Properties

Name Value
svn:keywords Id