Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15271 - (show annotations) (download)
Wed Jan 2 11:06:54 2013 UTC (11 years, 4 months ago) by niro
File size: 632 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="media-player-info"
4 PVER="17"
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
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME} | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --with-udevdir=/usr/lib/udev || die
33 mmake || die
34 }