Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2986 - (show annotations) (download)
Wed Jul 22 15:18:19 2009 UTC (14 years, 10 months ago) by niro
File size: 715 byte(s)
-moved to 'extras'
1 # $Header: /magellan-cvs/smage/swfdec-mozilla/swfdec-mozilla-0.6.0-r1.smage2,v 1.1 2008/08/16 21:11:53 niro Exp $
2
3 PNAME="swfdec-mozilla"
4 PVER="0.6.0"
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-2"
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 src_compile()
27 {
28 cd ${SRCDIR}
29
30 mconfigure --with-plugin-dir=/usr/$(mlibdir)/nsbrowser/plugins || die
31 mmake || die
32 }

Properties

Name Value
svn:keywords Id