Magellan Linux

Annotation of /trunk/core/libgee/libgee-0.20.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30399 - (hide annotations) (download)
Thu Jan 18 12:06:23 2018 UTC (6 years, 3 months ago) by niro
File size: 621 byte(s)
auto added: ver bump to 0.20.0-r2
1 niro 30399 # $Id$
2    
3     PNAME="libgee"
4     PVER="0.20.0"
5     PBUILD="r2"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="GObject-based interfaces and classes for commonly used data structures."
10     HOMEPAGE="http://live.gnome.org/Libgee"
11    
12     DEPEND=">= dev-libs/glib2-2.44"
13    
14     SDEPEND=">= dev-util/pkgconfig-0.25
15     >= dev-libs/gobject-introspection-1.44
16     >= dev-lang/vala-0.28"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.xz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude multilib mbuild
22    
23     SRC_URI=(
24     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd_gnome ${PNAME}"
29    
30     src_compile()
31     {
32     mconfigure --enable-introspection || die
33     mmake || die
34     }