Magellan Linux

Contents of /trunk/extras/alsa-oss/alsa-oss-1.0.15-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, 7 months ago) by niro
File size: 722 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/alsa-oss/alsa-oss-1.0.15-r1.smage2,v 1.1 2008/02/13 11:04:55 niro Exp $
2
3 PNAME="alsa-oss"
4 PVER="1.0.15"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 LICENSE="gpl-2"
11
12 DESCRIPTION="Advanced Linux Sound Architecture OSS Layer Libraries."
13 HOMEPAGE="http://www.alsa-project.org/"
14
15 DEPEND=">= virtual/glibc
16 >= media-libs/alsa-lib-${PVER}"
17
18 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
20
21 sminclude mbuild mtools multilib
22
23 SRC_URI=(
24 ftp://ftp.alsa-project.org/pub/oss-lib/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 src_install()
29 {
30 multilib_src_install || die
31
32 # install a bit32 binary as well
33 only-m32 minstallexec alsa/aoss /usr/bin/aoss32 || die
34 }

Properties

Name Value
svn:keywords Id