Magellan Linux

Annotation of /trunk/extras/hal-flash/hal-flash-4.6_git20140420-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26432 - (hide annotations) (download)
Fri Jun 26 16:59:10 2015 UTC (9 years ago) by niro
File size: 800 byte(s)
auto added: ver bump to 4.6_git20140420-r2
1 niro 26432 # $Id$
2    
3     PNAME="hal-flash"
4     PVER="4.6_git20140420"
5     PBUILD="r2"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="HAL library for Flash plugin for playback of DRM protected content."
10     HOMEPAGE="https://github.com/cshorler/hal-flash"
11    
12     DEPEND=">= dev-libs/glib2-2.44
13     >= sys-libs/dbus-libs-1.8
14     >= sys-fs/udisks2-2.1"
15    
16     SDEPEND=">= app-arch/unzip-6
17     >= dev-util/pkgconfig-0.28
18     >= sys-dev/autoconf-10
19     >= sys-dev/automake-9"
20    
21     SRCFILE="${PNAME}-master-git040202014-4.6.zip"
22     SRCDIR="${BUILDDIR}/${PNAME}-master"
23    
24     sminclude mbuild
25     msetfeature "!check"
26    
27     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
28    
29     src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # create missing configure script
35     mautoreconf || die
36     }
37    
38     src_compile()
39     {
40     cd ${SRCDIR}
41    
42     mconfigure --libexecdir=/usr/$(mlibdir)/hal --enable-static=no || die
43     mmake || die
44     }