Magellan Linux

Contents of /smage/branches/alx-0_6_0/extras/libidl/libidl-0.8.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2656 - (show annotations) (download)
Mon Jul 11 11:20:13 2011 UTC (13 years, 2 months ago) by niro
File size: 902 byte(s)
-alx-ify
1 # $Id$
2
3 PNAME="libidl"
4 PVER="0.8.14"
5 PBUILD="r1"
6
7 PCATEGORIE="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.28"
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 REMOVE_DEPRECATED_MAGE_TARGETS=1
21 ALX_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
22 sminclude mbuild alx-split
23
24 SRC_URI=(
25 gnome://libIDL/${PVER%.*}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${PNAME}-0.8.10-flex-2.5.34-fix.patch
28 )
29
30 UP2DATE="updatecmd_gnome libIDL"
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 # fixes some build issues with flex-2.5.34
38 # see: http://bugzilla.gnome.org/show_bug.cgi?id=507344
39 mpatch ${PNAME}-0.8.10-flex-2.5.34-fix.patch || die
40 }