Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24822 - (show annotations) (download)
Sat Apr 18 18:50:53 2015 UTC (9 years, 2 months ago) by niro
Original Path: trunk/extras/hal-flash/hal-flash-4.6_git20140420-r1.smage2
File size: 689 byte(s)
auto added: ver bump to 4.6_git20140420-r1
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-git04202014-4.6.zip"
23
24 sminclude mbuild
25
26 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --libexecdir=/usr/$(mlibdir)/hal --enable-static=no || die
33 mmake || die
34 }