Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 878 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/libidl/libidl-0.8.10-r1.smage2,v 1.2 2008/02/14 13:40:38 niro Exp $
2
3 PNAME="libidl"
4 PVER="0.8.10"
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.14
14 >= sys-dev/flex-2.5.33"
15
16 SDEPEND=">= dev-util/pkgconfig-0.20"
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 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33
34 # fixes some build issues with flex-2.5.34
35 # see: http://bugzilla.gnome.org/show_bug.cgi?id=507344
36 mpatch ${PNAME}-${PVER}-flex-2.5.34-fix.patch || die
37 }

Properties

Name Value
svn:keywords Id