Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22920 - (show annotations) (download)
Tue Oct 28 09:13:03 2014 UTC (9 years, 6 months ago) by niro
File size: 665 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="media-player-info"
4 PVER="22"
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-216"
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 udev
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=$(mget-udev-dir) || die
34 mmake || die
35 }