Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11042 - (show annotations) (download)
Thu Aug 31 10:30:52 2017 UTC (6 years, 8 months ago) by niro
File size: 926 byte(s)
auto added: ver bump to 0.8.14-r5
1 # $Id$
2
3 PNAME="libidl"
4 PVER="0.8.14"
5 PBUILD="r5"
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 ${ALX_DEV_DEPEND}"
19
20 SRCFILE="${PNAME/idl/IDL}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME/idl/IDL}-${PVER}"
22
23 ALX_PKG_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
24 sminclude mbuild alx-split
25
26 SRC_URI=(
27 gnome://libIDL/${PVER%.*}/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${PNAME}-0.8.10-flex-2.5.34-fix.patch
30 )
31
32 UP2DATE="updatecmd_gnome libIDL"
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 cd ${SRCDIR}
38
39 # fixes some build issues with flex-2.5.34
40 # see: http://bugzilla.gnome.org/show_bug.cgi?id=507344
41 mpatch ${PNAME}-0.8.10-flex-2.5.34-fix.patch || die
42 }