Magellan Linux

Contents of /trunk/extras/hal-flash/hal-flash-4.6_git20140420-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24824 - (show annotations) (download)
Sat Apr 18 18:52:31 2015 UTC (9 years, 1 month ago) by niro
File size: 785 byte(s)
-create missing configure script
1 # $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 SRCFILE="${PNAME}-master-git040202014-4.6.zip"
22 SRCDIR="${BUILDDIR}/${PNAME}-master"
23
24 sminclude mbuild
25
26 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # create missing configure script
34 mautoreconf || die
35 }
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 mconfigure --libexecdir=/usr/$(mlibdir)/hal --enable-static=no || die
42 mmake || die
43 }