Magellan Linux

Annotation of /trunk/core/alsa-oss/alsa-oss-1.0.17-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3402 - (hide annotations) (download)
Wed Oct 21 15:52:27 2009 UTC (14 years, 11 months ago) by niro
File size: 708 byte(s)
auto added: ver bump to 1.0.17-r2
1 niro 3402 # $Id$
2 niro 3401
3     PNAME="alsa-oss"
4     PVER="1.0.17"
5     PBUILD="r2"
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     UP2DATE="updatecmd 'http://alsa.cybermirror.org/oss-lib/?C=M;O=A' | lasttarball"
29    
30     src_install()
31     {
32     multilib_src_install || die
33    
34     # install a bit32 binary as well
35     only-m32 minstallexec alsa/aoss /usr/bin/aoss32 || die
36     }

Properties

Name Value
svn:keywords Id