Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1662 - (hide annotations) (download)
Wed May 13 11:10:38 2009 UTC (15 years ago) by niro
File size: 820 byte(s)
auto added: ver bump to 0.8.13-r1
1 niro 1662 # $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     >= sys-dev/flex-2.5.33"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.23"
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}-${PVER}-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}-${PVER}-flex-2.5.34-fix.patch || die
39     }

Properties

Name Value
svn:keywords Id