Magellan Linux

Contents of /branches/R11-stable/extras/media-player-info/media-player-info-21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19300 - (show annotations) (download)
Tue Sep 3 14:58:49 2013 UTC (10 years, 8 months ago) by niro
File size: 657 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="media-player-info"
4 PVER="21"
5 PBUILD="r1"
6
7 PCAT="app-misc"
8
9 DESCRIPTION="Data files describing media player capabilities."
10 HOMEPAGE="http://cgit.freedesktop.org/media-player-info/"
11
12 DEPEND=">= sys-fs/udev-188"
13
14 SDEPEND=">= dev-util/pkgconfig-0.25
15 >= dev-lang/python3-3.3"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME} | lasttarball gz"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 mconfigure --with-udevdir=/usr/lib/udev || die
34 mmake || die
35 }