Magellan Linux

Contents of /trunk/extras/swfdec-mozilla/swfdec-mozilla-0.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4197 - (show annotations) (download)
Mon Nov 30 09:48:29 2009 UTC (14 years, 5 months ago) by niro
File size: 706 byte(s)
auto added: ver bump to 0.8.2-r1
1 # $Id$
2
3 PNAME="swfdec-mozilla"
4 PVER="0.8.2"
5 PBUILD="r1"
6
7 PCATEGORIE="media-gfx"
8 STATE="unstable"
9
10 DESCRIPTION="Gnu Flash Player for Mozilla based browsers."
11 HOMEPAGE="http://swfdec.freedesktop.org/"
12
13 DEPEND=">= media-libs/swfdec-${PVER}"
14 SDEPEND=">= net-www/mozilla-firefox-3"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mtools mbuild
20
21 SRC_URI=(
22 http://swfdec.freedesktop.org/download/${PNAME}/${PVER%.*}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://swfdec.freedesktop.org/download/${PNAME}/${PVER%.*}/ | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --with-plugin-dir=/usr/$(mlibdir)/nsbrowser/plugins || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id