Magellan Linux

Contents of /branches/magellan-next/extras/libidl/libidl-0.8.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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