Magellan Linux

Contents of /smage/trunk/extras/alsa-lib/alsa-lib-1.0.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Sun Jan 11 00:48:53 2009 UTC (15 years, 3 months ago) by niro
File size: 685 byte(s)
-import alx-0.9.0
1 # $Header: /alx-cvs/smage-eglibc/alsa-lib/alsa-lib-1.0.16-r1.smage2,v 1.1 2008/09/27 11:37:15 niro Exp $
2
3 PNAME="alsa-lib"
4 PVER="1.0.16"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 LICENSE="gpl-2 lgpl-2.1"
11
12 DESCRIPTION="Advanced Linux Sound Architecture Libraries."
13 HOMEPAGE="http://www.alsa-project.org/"
14
15 DEPEND=">= virtual/glibc"
16
17 SDEPEND=">= sys-dev/automake-4
18 >= sys-dev/autoconf-3"
19
20 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
22
23 sminclude mbuild multilib alx
24
25 SRC_URI=(
26 ftp://ftp.alsa-project.org/pub/lib/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --disable-python || die
35 mmake || die
36 }

Properties

Name Value
svn:keywords Id