Magellan Linux

Contents of /smage/trunk/extras/libidl/libidl-0.8.14-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8412 - (show annotations) (download)
Mon Jan 25 10:02:17 2016 UTC (8 years, 4 months ago) by niro
File size: 907 byte(s)
-rebuild
1 # $Id$
2
3 PNAME="libidl"
4 PVER="0.8.14"
5 PBUILD="r4"
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.46"
13
14 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.46"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= sys-dev/flex-2.5.35"
18
19 SRCFILE="${PNAME/idl/IDL}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME/idl/IDL}-${PVER}"
21
22 ALX_PKG_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
23 sminclude mbuild alx-split
24
25 SRC_URI=(
26 gnome://libIDL/${PVER%.*}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 mirror://${PNAME}/${PNAME}-0.8.10-flex-2.5.34-fix.patch
29 )
30
31 UP2DATE="updatecmd_gnome libIDL"
32
33 src_prepare()
34 {
35 munpack ${SRCFILE} || die
36 cd ${SRCDIR}
37
38 # fixes some build issues with flex-2.5.34
39 # see: http://bugzilla.gnome.org/show_bug.cgi?id=507344
40 mpatch ${PNAME}-0.8.10-flex-2.5.34-fix.patch || die
41 }