Magellan Linux

Annotation of /branches/R11-unstable/extras/hal-flash/hal-flash-4.6_git20140420-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25300 - (hide annotations) (download)
Tue Nov 25 03:24:37 2014 UTC (9 years, 10 months ago) by niro
File size: 806 byte(s)
-release branches/R11-unstable
1 niro 24821 # $Id$
2    
3     PNAME="hal-flash"
4     PVER="4.6_git20140420"
5     PBUILD="r1"
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.42.1
13     >= sys-libs/dbus-libs-1.8.16
14     >= sys-libs/glibc-2.20
15     >= sys-fs/udisks2-2.1"
16    
17     SDEPEND=">= app-arch/unzip-6
18     >= dev-util/pkgconfig-0.28
19     >= sys-dev/autoconf-10"
20    
21 niro 24822 SRCFILE="${PNAME}-master-git040202014-4.6.zip"
22 niro 24823 SRCDIR="${BUILDDIR}/${PNAME}-master"
23 niro 24821
24     sminclude mbuild
25 niro 24825 msetfeature "!check"
26 niro 24821
27     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
28    
29 niro 24824 src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # create missing configure script
35     mautoreconf || die
36     }
37    
38 niro 24821 src_compile()
39     {
40     cd ${SRCDIR}
41    
42     mconfigure --libexecdir=/usr/$(mlibdir)/hal --enable-static=no || die
43     mmake || die
44     }