Magellan Linux

Annotation of /trunk/extras/media-player-info/media-player-info-23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30024 - (hide annotations) (download)
Mon Oct 23 12:03:55 2017 UTC (6 years, 7 months ago) by niro
File size: 665 byte(s)
auto added: ver bump to 23-r1
1 niro 30024 # $Id$
2    
3     PNAME="media-player-info"
4     PVER="23"
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-230"
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     }