Magellan Linux

Contents of /branches/R11-unstable/extras/libidl/libidl-0.8.14-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25519 - (show annotations) (download)
Tue Nov 25 03:52:19 2014 UTC (9 years, 5 months ago) by niro
File size: 795 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libidl"
4 PVER="0.8.14"
5 PBUILD="r3"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="libIDL is a library for creating trees of CORBA Interface Definition Language (IDL) files."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= dev-libs/glib2-2.36"
13
14 SDEPEND=">= dev-util/pkgconfig-0.25
15 >= sys-dev/flex-2.5.35"
16
17 SRCFILE="${PNAME/idl/IDL}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME/idl/IDL}-${PVER}"
19
20 sminclude gnome2
21
22 SRC_URI=(
23 gnome://libIDL/${PVER%.*}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${PNAME}-0.8.10-flex-2.5.34-fix.patch
26 )
27
28 UP2DATE="updatecmd_gnome libIDL"
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # fixes some build issues with flex-2.5.34
36 # see: http://bugzilla.gnome.org/show_bug.cgi?id=507344
37 mpatch ${PNAME}-0.8.10-flex-2.5.34-fix.patch || die
38 }