Magellan Linux

Contents of /trunk/extras/libidl/libidl-0.8.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1701 - (show annotations) (download)
Thu May 14 21:36:45 2009 UTC (15 years ago) by niro
File size: 818 byte(s)
-fixed dependencies
1 # $Id$
2
3 PNAME="libidl"
4 PVER="0.8.13"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
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.20"
14
15 SDEPEND=">= dev-util/pkgconfig-0.23
16 >= sys-dev/flex-2.5.33"
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 }

Properties

Name Value
svn:keywords Id