Magellan Linux

Contents of /smage/branches/alx-0_6_0/extras/alsa-utils/alsa-utils-1.0.27.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4920 - (show annotations) (download)
Wed May 29 09:55:04 2013 UTC (11 years ago) by niro
File size: 999 byte(s)
-drop dialog depend
1 # $Id$
2
3 PNAME="alsa-utils"
4 PVER="1.0.27.1"
5 PBUILD="r2"
6
7 PCATEGORIE="media-sound"
8
9 DESCRIPTION="Advanced Linux Sound Architecture Utilities."
10 HOMEPAGE="http://www.alsa-project.org/"
11
12 DEPEND=">= sys-libs/ncurses-5.9
13 >= media-libs/alsa-lib-${PVER%.*}
14 >= virtual/pciutils"
15
16 SDEPEND=">= app-text/xmlto-0.0.23"
17
18 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
20
21 ALX_ONLY_KEEP="usr/bin/aplay
22 usr/bin/alsamixer"
23 sminclude mbuild mtools alx-split
24
25 SRC_URI=(
26 http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
27 ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
28 http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37 local myconf
38 myconf="--disable-alsaconf --disable-alsaloop --disable-xmlto"
39 mconfigure --with-udev-rules-dir=/usr/lib/udev/rules.d ${myconf} || die
40 mmake || die
41 }